Skip to content

Commit e8a1ef2

Browse files
committed
After merge udpate
1 parent 0039263 commit e8a1ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"install:chromium": "bunx playwright install chromium",
1818
"e2e-test": "node tests/scripts/run-all-variants.mjs",
1919
"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",
20+
"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",
2122
"test:ci": "bun run test:unit && bun run test:integration",
2223
"test": "bun run test:ci",
2324
"test:unit": "TZ=GMT vitest run --config=vitest.config.unit.mts",

0 commit comments

Comments
 (0)