Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrueckner committed Jun 18, 2024
1 parent b97458d commit 1f786c1
Show file tree
Hide file tree
Showing 2 changed files 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', { outputFile: 'results.txt' }],
],
/* reporter: process.env.CI ? 'dot' : 'list', */

Expand Down
File renamed without changes.

0 comments on commit 1f786c1

Please sign in to comment.