We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0039263 commit e8a1ef2Copy full SHA for e8a1ef2
frontend/package.json
@@ -17,7 +17,8 @@
17
"install:chromium": "bunx playwright install chromium",
18
"e2e-test": "node tests/scripts/run-all-variants.mjs",
19
"e2e-test:variant": "node tests/scripts/run-variant.mjs",
20
- "e2e-test:dev": "E2E_DEV_MODE=true playwright test tests/console/ -c playwright.config.ts --ui",
+ "e2e-test:dev": "E2E_DEV_MODE=true node tests/scripts/run-variant.mjs console --ui",
21
+ "e2e-test-enterprise:dev": "E2E_DEV_MODE=true node tests/scripts/run-variant.mjs console-enterprise --ui",
22
"test:ci": "bun run test:unit && bun run test:integration",
23
"test": "bun run test:ci",
24
"test:unit": "TZ=GMT vitest run --config=vitest.config.unit.mts",
0 commit comments