@@ -3,8 +3,7 @@ import { PlaywrightTestConfig } from "@playwright/test";
|
||||
const config: PlaywrightTestConfig = {
|
||||
testDir: "./e2e-tests",
|
||||
workers: 1,
|
||||
retries: process.env.CI ? 2 : 1,
|
||||
// maxFailures: 1,
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
timeout: process.env.CI ? 180_000 : 30_000,
|
||||
// Use a custom snapshot path template because Playwright's default
|
||||
// is platform-specific which isn't necessary for Dyad e2e tests
|
||||
|
||||
Reference in New Issue
Block a user