add a comment
This commit is contained in:
parent
2a7c1b201d
commit
798bb0c893
|
|
@ -35,6 +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') }],
|
||||||
|
// Needed since tests/electron/package.json exists which would otherwise be picked up as tests/electron/ (outputDir)
|
||||||
['blob', { fileName: path.join(__dirname, '../../blob-report/', `${process.env.PWTEST_BOT_NAME}.zip`) }],
|
['blob', { fileName: path.join(__dirname, '../../blob-report/', `${process.env.PWTEST_BOT_NAME}.zip`) }],
|
||||||
] : 'line',
|
] : 'line',
|
||||||
projects: [],
|
projects: [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue