debug playwright

This commit is contained in:
Igor Lobanov
2025-02-03 20:14:02 +01:00
parent 15cb5ed90a
commit 3cfc3d2327
3 changed files with 21 additions and 16 deletions

2
client/package.json vendored
View File

@@ -12,7 +12,7 @@
"lint:fix": "eslint './src/**/*.(ts|tsx)' --fix",
"test": "vitest --run",
"test:watch": "vitest --watch",
"test:e2e": "cross-env DEBUG=pw:* npx playwright test tests/e2e",
"test:e2e": "npx playwright test tests/e2e",
"test:e2e:interactive": "npx playwright test --ui",
"test:e2e:debug": "npx playwright test --debug",
"test:e2e:codegen": "npx playwright codegen",