test(e2e): forbid focused Playwright tests in CI

This commit is contained in:
2026-06-19 01:05:33 +02:00
parent 6d34a2f74f
commit c123170a46
+1
View File
@@ -8,6 +8,7 @@ export default defineConfig({
testMatch: "**/*.spec.ts",
timeout: 60_000,
fullyParallel: false,
forbidOnly: !!process.env.CI,
workers: 1,
retries: process.env.CI ? 2 : 0,
reporter: process.env.CI ? "github" : "list",