Skip to content

Commit c736809

Browse files
authored
test: add retries to playwright ui tests (#6708)
1 parent 7abc4ab commit c736809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ui/playwright.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ export default defineConfig({
88
use: devices['Desktop Chrome'],
99
},
1010
],
11+
forbidOnly: !!process.env.CI,
12+
retries: process.env.CI ? 2 : 0,
1113
})

0 commit comments

Comments
 (0)