try to run e2e tests

This commit is contained in:
Ildar Kamalov
2025-01-31 12:42:57 +03:00
parent e42c051ab7
commit 7f85a04257

2
client/package.json vendored
View File

@@ -10,7 +10,7 @@
"lint": "echo 'Lint temporarily disabled'",
"lint-new": "eslint './src/**/*.(ts|tsx)'",
"lint:fix": "eslint './src/**/*.(ts|tsx)' --fix",
"test": "vitest",
"test": "vitest --run && npx playwright test",
"test:watch": "vitest --watch",
"test:e2e": "npx playwright test tests/e2e",
"test:e2e:interactive": "npx playwright test --ui",