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 ddbbff1 commit b678c81Copy full SHA for b678c81
1 file changed
playwright.config.ts
@@ -11,6 +11,7 @@ declare module '@playwright/test' {
11
}
12
13
const config: PlaywrightTestConfig = {
14
+ retries: process.env.CI ? 2 : 0,
15
globalSetup: require.resolve('./src/config/globalSetup'),
16
testDir: 'src',
17
use: {
0 commit comments