Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 1, 2024
1 parent c044eaf commit 34bb290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const TIMEOUT_SECONDS = IS_CI ? 15 : 5;
export default defineConfig({
testDir: './e2e',
fullyParallel: true,
forbidOnly: true,
forbidOnly: IS_CI,
retries: IS_CI ? 2 : 0,
workers: IS_CI ? 1 : undefined,
outputDir: 'test-e2e-results',
Expand Down

0 comments on commit 34bb290

Please sign in to comment.