test on docker image

This commit is contained in:
2022-11-14 15:47:12 +01:00
parent cb80c8bfe4
commit 7a045b3f34
5 changed files with 34 additions and 17 deletions

View File

@@ -7,7 +7,8 @@
"test:run": "playwright test --project chrome firefox safari",
"test:local": "playwright test --project local",
"test:server": "pnpm --parallel run test:server",
"test:prepare": "pnpm --parallel run test:prepare"
"test:prepare": "pnpm --parallel run test:prepare",
"test:docker": "docker compose -f docker-compose.dev.yaml build"
},
"devDependencies": {
"@playwright/test": "^1.25.1",