try to run e2e tests
This commit is contained in:
2
client/package.json
vendored
2
client/package.json
vendored
@@ -10,7 +10,7 @@
|
|||||||
"lint": "echo 'Lint temporarily disabled'",
|
"lint": "echo 'Lint temporarily disabled'",
|
||||||
"lint-new": "eslint './src/**/*.(ts|tsx)'",
|
"lint-new": "eslint './src/**/*.(ts|tsx)'",
|
||||||
"lint:fix": "eslint './src/**/*.(ts|tsx)' --fix",
|
"lint:fix": "eslint './src/**/*.(ts|tsx)' --fix",
|
||||||
"test": "vitest",
|
"test": "vitest --run && npx playwright test",
|
||||||
"test:watch": "vitest --watch",
|
"test:watch": "vitest --watch",
|
||||||
"test:e2e": "npx playwright test tests/e2e",
|
"test:e2e": "npx playwright test tests/e2e",
|
||||||
"test:e2e:interactive": "npx playwright test --ui",
|
"test:e2e:interactive": "npx playwright test --ui",
|
||||||
|
|||||||
Reference in New Issue
Block a user