add a comment

This commit is contained in:
Max Schmitt 2024-06-10 19:19:52 +02:00
parent 2a7c1b201d
commit 798bb0c893

View file

@ -35,6 +35,7 @@ const config: Config<PlaywrightWorkerOptions & PlaywrightTestOptions> = {
reporter: process.env.CI ? [
['dot'],
['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`) }],
] : 'line',
projects: [],