Skip to content

Commit

Permalink
deactivating text reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrueckner committed Jun 16, 2024
1 parent 7c19bbd commit b023169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config: PlaywrightTestConfig = {
reporter: [
['html'],
['junit', { outputFile: 'results.xml' }],
['../src/reporter/text-reporter.ts', { outputFile: 'results.txt' }],
// ['../src/reporter/text-reporter.ts', { outputFile: 'results.txt' }],
],
/* reporter: process.env.CI ? 'dot' : 'list', */

Expand Down

0 comments on commit b023169

Please sign in to comment.