Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Jul 19, 2023
1 parent fd4102f commit 1849a03
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 @@ -37,7 +37,7 @@ const config: PlaywrightTestConfig = {
reporter: [
['list'],
['html', { outputFolder: './e2e/test-report', open: 'on-failure' }],
['json', './e2e/test-results/test-results.json'],
['json', { outputFile: './e2e/test-results/test-results.json' }],
],
outputDir: './e2e/test-results',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
Expand Down

0 comments on commit 1849a03

Please sign in to comment.