Skip to content

Commit

Permalink
Remove github reporter for playwright
Browse files Browse the repository at this point in the history
It reports failures for retries, so it makes the changes look very messy
  • Loading branch information
louise-davies committed Jan 8, 2024
1 parent ac6d93c commit e64fd91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const config: PlaywrightTestConfig = {
port: 9323,
},
],
process.env.CI ? ['github'] : ['line'],
],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
Expand Down

0 comments on commit e64fd91

Please sign in to comment.