Skip to content

Commit

Permalink
playwright: use github reporter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 20, 2025
1 parent 935802b commit 3d588a2
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: [
['list'],
[process.env.CI ? 'github' : 'list'],
[
'html',
{ open: 'never', outputFolder: path.join(testDir, 'playwright-report') },
Expand Down

0 comments on commit 3d588a2

Please sign in to comment.