mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user