We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1ad82 commit 643a179Copy full SHA for 643a179
playwright.config.ts
@@ -16,7 +16,7 @@ export default defineConfig({
16
/* Fail the build on CI if you accidentally left test.only in the source code. */
17
forbidOnly: !!process.env.CI,
18
/* Retry on CI only */
19
- retries: process.env.CI ? 5 : 0,
+ retries: process.env.CI ? 3 : 0,
20
/* Opt out of parallel tests on CI. */
21
workers: process.env.CI ? 1 : undefined,
22
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
0 commit comments