Use csvReporter as well when running BiDi tests locally (#34167)
This commit is contained in:
parent
cd32d1b08c
commit
940230d43a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue