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 Nov 1, 2024
1 parent 969525c commit 7fb8344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
fullyParallel: true,
forbidOnly: IS_CI,
retries: IS_CI ? 2 : 0,
maxFailures: 1,
// maxFailures: 1,
workers: IS_CI ? 1 : undefined,
outputDir: 'test-e2e-results',
reporter: [['list'], ['html', { outputFolder: 'test-e2e-report' }]],
Expand Down Expand Up @@ -72,6 +72,6 @@ export default defineConfig({
webServer: {
command: 'npm run start',
url: BASE_URL,
reuseExistingServer: !IS_CI,
// reuseExistingServer: !IS_CI,
},
});

0 comments on commit 7fb8344

Please sign in to comment.