diff --git a/tests/bidi/playwright.config.ts b/tests/bidi/playwright.config.ts index 8dbe5b2b9d..5fb370482c 100644 --- a/tests/bidi/playwright.config.ts +++ b/tests/bidi/playwright.config.ts @@ -42,6 +42,7 @@ const reporters = () => { ['./csvReporter', { outputFile: path.join(outputDir, 'report.csv') }], ] : [ ['html', { open: 'on-failure' }], + ['./csvReporter', { outputFile: path.join(outputDir, 'report.csv') }], ['./expectationReporter', { rebase: false }], ]; return result;