Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Enable retries for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 29, 2022
1 parent 43f6b98 commit dbcfa1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const config: PlaywrightTestConfig = {
maxDiffPixelRatio: 0,
},
},
retries: 2,
}

export default config

0 comments on commit dbcfa1c

Please sign in to comment.