Skip to content

Commit

Permalink
test(integration): allow retries
Browse files Browse the repository at this point in the history
The integration tests seem to have nondeterministic failures regarding antialiasing; this allows
the test runner to retry 3 times to reduce the number of failed builds.

Refs #388, microsoft/playwright#7548
  • Loading branch information
thewilkybarkid committed Aug 2, 2021
1 parent 8cb97f0 commit d666baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config: PlaywrightTestConfig = {
headless: true,
screenshot: 'only-on-failure',
},
retries: 3,
projects: [
{
name: 'Desktop Chrome',
Expand Down

0 comments on commit d666baa

Please sign in to comment.