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:
@@ -10,8 +10,8 @@
|
||||
"build": "next build",
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"start": "serve out",
|
||||
"test": "playwright test",
|
||||
"test:update": "playwright test --update-snapshots",
|
||||
"test": "docker compose -f compose.test.yaml run --rm playwright npx playwright test",
|
||||
"test:update": "pnpm test -- --update-snapshots",
|
||||
"test:report": "playwright show-report",
|
||||
"deploy": "firebase deploy --project devtoysweb",
|
||||
"check": "pnpm typecheck && pnpm lint && pnpm format:check",
|
||||
|
||||
Reference in New Issue
Block a user