chore: enable html report by default (#9639)
This commit is contained in:
parent
4423de9996
commit
2b9d7815b2
|
|
@ -58,7 +58,7 @@ const config: Config<CommonOptions & PlaywrightOptions> = {
|
|||
reporter: process.env.CI ? [
|
||||
[ 'dot' ],
|
||||
[ 'json', { outputFile: path.join(outputDir, 'report.json') } ],
|
||||
] : 'line',
|
||||
] : 'html',
|
||||
projects: [],
|
||||
webServer: mode === 'service' ? {
|
||||
command: 'npx playwright experimental-grid-server',
|
||||
|
|
|
|||
Loading…
Reference in a new issue