test: fix reporter blob tests on bots (#22281)
This commit is contained in:
parent
3b94bb6740
commit
1efa8de526
|
|
@ -55,6 +55,8 @@ const test = baseTest.extend<{
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test.use({ channel: 'chrome' });
|
||||||
|
|
||||||
test('should merge into html', async ({ runInlineTest, mergeReports, showReport, page }) => {
|
test('should merge into html', async ({ runInlineTest, mergeReports, showReport, page }) => {
|
||||||
const reportDir = test.info().outputPath('blob-report');
|
const reportDir = test.info().outputPath('blob-report');
|
||||||
const files = {
|
const files = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue