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-06-03 11:04:08 +02:00
parent fa98d22724
commit b55ab5eef4
3 changed files with 173 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