Skip to content

Commit 940230d

Browse files
authored
Use csvReporter as well when running BiDi tests locally (microsoft#34167)
1 parent cd32d1b commit 940230d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bidi/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const reporters = () => {
4242
['./csvReporter', { outputFile: path.join(outputDir, 'report.csv') }],
4343
] : [
4444
['html', { open: 'on-failure' }],
45+
['./csvReporter', { outputFile: path.join(outputDir, 'report.csv') }],
4546
['./expectationReporter', { rebase: false }],
4647
];
4748
return result;

0 commit comments

Comments
 (0)