Skip to content

Commit

Permalink
Revert "playwright: use github reporter in CI"
Browse files Browse the repository at this point in the history
This reverts commit 3d588a2.
  • Loading branch information
sidvishnoi committed Jan 20, 2025
1 parent 3d588a2 commit 5e75fc0
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 @@ -19,7 +19,7 @@ export default defineConfig({
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
reporter: [
[process.env.CI ? 'github' : 'list'],
['list'],
[
'html',
{ open: 'never', outputFolder: path.join(testDir, 'playwright-report') },
Expand Down

0 comments on commit 5e75fc0

Please sign in to comment.