Skip to content

Commit 7fd74a4

Browse files
authored
Update playwright.config.js
1 parent 9599f88 commit 7fd74a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const config = {
3131
workers: process.env.CI ? 1 : undefined,
3232
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
3333
reporter: [
34-
/* ['html', { outputFolder: 'pw-report' }], */
34+
['html', { outputFolder: 'pw-report' }],
3535
['json', { outputFolder: 'pw-report', outputFile: 'report.json' }]
3636
],
3737
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */

0 commit comments

Comments
 (0)