Skip to content

Commit

Permalink
Retry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Skelton committed Mar 31, 2022
1 parent ddbbff1 commit b678c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ declare module '@playwright/test' {
}

const config: PlaywrightTestConfig = {
retries: process.env.CI ? 2 : 0,
globalSetup: require.resolve('./src/config/globalSetup'),
testDir: 'src',
use: {
Expand Down

0 comments on commit b678c81

Please sign in to comment.