Skip to content

Commit

Permalink
Retry Playwright failures 3 times
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Oct 7, 2024
1 parent d2de3c0 commit 24c8d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const playwrightConfig: PlaywrightTestConfig = {
fullyParallel: false,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
retries: 1,
retries: 3,
workers: 3,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [['html'], ['list', { printSteps: true }]],
Expand Down

0 comments on commit 24c8d29

Please sign in to comment.