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') }],
|
['./csvReporter', { outputFile: path.join(outputDir, 'report.csv') }],
|
||||||
] : [
|
] : [
|
||||||
['html', { open: 'on-failure' }],
|
['html', { open: 'on-failure' }],
|
||||||
|
['./csvReporter', { outputFile: path.join(outputDir, 'report.csv') }],
|
||||||
['./expectationReporter', { rebase: false }],
|
['./expectationReporter', { rebase: false }],
|
||||||
];
|
];
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue