Skip to content

Commit

Permalink
updated playwright report type
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Jan 18, 2024
1 parent 5db0d7a commit f45c8dd
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 @@ -6,7 +6,7 @@ export default defineConfig({
forbidOnly: !!process.env.CI, // eslint-disable-line no-undef
retries: process.env.CI ? 2 : 0, // eslint-disable-line no-undef
workers: process.env.CI ? 1 : undefined, // eslint-disable-line no-undef
reporter: 'list',
reporter: 'html',
use: {
baseURL: 'http://localhost:3000',
trace: 'on-first-retry',
Expand Down

0 comments on commit f45c8dd

Please sign in to comment.