We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9599f88 commit 7fd74a4Copy full SHA for 7fd74a4
playwright.config.js
@@ -31,7 +31,7 @@ const config = {
31
workers: process.env.CI ? 1 : undefined,
32
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
33
reporter: [
34
- /* ['html', { outputFolder: 'pw-report' }], */
+ ['html', { outputFolder: 'pw-report' }],
35
['json', { outputFolder: 'pw-report', outputFile: 'report.json' }]
36
],
37
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
0 commit comments