Skip to content

Commit 85ed592

Browse files
authored
test(checkout): CHECKOUT-0000 Update playwright retries (#1556)
* test(checkout): CHECKOUT-0000 Update playwright retries * test(checkout): CHECKOUT-0000 Keep current playwright version
1 parent bb14119 commit 85ed592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const config: PlaywrightTestConfig = {
3636
outputDir: './packages/test-framework/screenshots',
3737
fullyParallel: true,
3838
forbidOnly: true,
39-
retries: 0,
39+
retries: 3,
4040
workers: process.env.IS_CI ? 3 : undefined,
4141
reporter: [
4242
[

0 commit comments

Comments
 (0)