From 798bb0c893c105e758155bf033c9e072a65104be Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 10 Jun 2024 19:19:52 +0200 Subject: [PATCH] add a comment --- tests/electron/playwright.config.ts | 1 + 1 file changed, 1 insertion(+) 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: [],