mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
test: use Docker for playwright tests
This commit is contained in:
9
compose.test.yaml
Normal file
9
compose.test.yaml
Normal 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
|
||||
Reference in New Issue
Block a user