test(e2e): forbid focused Playwright tests in CI
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user