fix config
This commit is contained in:
parent
887e6ecbd9
commit
2a7c1b201d
|
|
@ -35,7 +35,7 @@ const config: Config<PlaywrightWorkerOptions & PlaywrightTestOptions> = {
|
||||||
reporter: process.env.CI ? [
|
reporter: process.env.CI ? [
|
||||||
['dot'],
|
['dot'],
|
||||||
['json', { outputFile: path.join(outputDir, 'report.json') }],
|
['json', { outputFile: path.join(outputDir, 'report.json') }],
|
||||||
['blob', { fileName: `${process.env.PWTEST_BOT_NAME}.zip` }],
|
['blob', { fileName: path.join(__dirname, '../../blob-report/', `${process.env.PWTEST_BOT_NAME}.zip`) }],
|
||||||
] : 'line',
|
] : 'line',
|
||||||
projects: [],
|
projects: [],
|
||||||
globalSetup: './globalSetup.ts'
|
globalSetup: './globalSetup.ts'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue