diff --git a/tests/playwright-test/playwright.config.ts b/tests/playwright-test/playwright.config.ts index 02a87efa10..8536ed992e 100644 --- a/tests/playwright-test/playwright.config.ts +++ b/tests/playwright-test/playwright.config.ts @@ -25,7 +25,7 @@ const reporters = () => { const result: ReporterDescription[] = process.env.CI ? [ ['dot'], ['json', { outputFile: path.join(outputDir, 'report.json') }], - ['blob', { outputDir: path.join(__dirname, '..', '..', 'blob-report') }], + ['blob', { outputDir: path.join(__dirname, '..', '..', 'blob-report'), fileName: `${process.env.PWTEST_BOT_NAME}.zip` }], ] : [ ['list'] ];