Dev #21
+1
-1
@@ -18,7 +18,7 @@
|
||||
"test:coverage": "jest --coverage",
|
||||
"test:coverage:check": "jest --coverage --ci",
|
||||
"coverage:report": "open coverage/lcov-report/index.html",
|
||||
"test:e2e": "cd e2e && npm test",
|
||||
"test:e2e": "cd e2e && npx playwright test --config=playwright.config.ts",
|
||||
"test:smoke": "cd e2e && npx playwright test --grep @smoke",
|
||||
"test:visual": "cd e2e && npx playwright test visual-regression.spec.ts --project=visual-chromium-desktop",
|
||||
"test:visual:all": "cd e2e && npx playwright test visual-regression.spec.ts",
|
||||
|
||||
Reference in New Issue
Block a user