Skip to content

Commit

Permalink
enable Playwright list reporter (#3411)
Browse files Browse the repository at this point in the history
enable list reporter

Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
  • Loading branch information
ryanrosello-og and Irev-Dev authored Aug 22, 2024
1 parent bbabf04 commit 0bb4586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.ci.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
['dot'],
['list'],
['json', { outputFile: './test-results/report.json' }],
['html'],
],
Expand Down

0 comments on commit 0bb4586

Please sign in to comment.