test: use Docker for playwright tests

This commit is contained in:
rusconn
2023-10-16 00:51:20 +09:00
parent 612613859c
commit 8fadf783b6
11 changed files with 18 additions and 18 deletions

9
compose.test.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
playwright:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
working_dir: /work
volumes:
- .:/work
network_mode: host
environment:
- CI