diff --git a/tests/electron/playwright.config.ts b/tests/electron/playwright.config.ts index 3842386a57..a16b3b480f 100644 --- a/tests/electron/playwright.config.ts +++ b/tests/electron/playwright.config.ts @@ -35,6 +35,7 @@ const config: Config = { 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: [],