Skip to content

Commit

Permalink
chore: merge reports from multiple shards
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Oct 20, 2023
1 parent ac664ba commit bc6a741
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 @@ -11,7 +11,7 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 10 : 10,
reporter: 'html',
reporter: process.env.CI ? 'blob' : 'html',
use: {
actionTimeout: 0,
trace: 'on-first-retry',
Expand Down

0 comments on commit bc6a741

Please sign in to comment.