We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb14119 commit 85ed592Copy full SHA for 85ed592
playwright.config.ts
@@ -36,7 +36,7 @@ const config: PlaywrightTestConfig = {
36
outputDir: './packages/test-framework/screenshots',
37
fullyParallel: true,
38
forbidOnly: true,
39
- retries: 0,
+ retries: 3,
40
workers: process.env.IS_CI ? 3 : undefined,
41
reporter: [
42
[
0 commit comments