Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Dec 10, 2024
1 parent e59298b commit 9d57fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-contract-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const IS_CI = process.env.CI;
const config: PlaywrightTestConfig = defineConfig({
testDir: './playwright',
outputDir: './playwright-results/',
retries: IS_CI ? 1 : 0,
retries: IS_CI ? 2 : 0,
workers: 1,
timeout: 60_000,
reporter: [['html', { printSteps: true }]],
Expand Down

0 comments on commit 9d57fcb

Please sign in to comment.