Enable running playwright tests locally

They now are running via a docker compose setup, which can be executed via
./php/tests/run.sh locally, and also gets called from the github workflow.

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl
2026-07-07 10:13:49 +02:00
parent 84341f4c71
commit 39b5b14ead
3 changed files with 177 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM docker.io/library/composer:latest
RUN pecl bundle -d /usr/src/php/ext apcu \
&& docker-php-ext-install apcu