mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(html): add new HTML title to dogfood feature (#35801)
This commit is contained in:
parent
82bdfb9212
commit
31aa65a600
@ -47,7 +47,7 @@ const reporters = () => {
|
||||
['json', { outputFile: path.join(outputDir, 'report.json') }],
|
||||
['blob', { fileName: `${process.env.PWTEST_BOT_NAME}.zip` }],
|
||||
] : [
|
||||
['html', { open: 'on-failure' }]
|
||||
['html', { open: 'on-failure', title: 'Playwright Library Tests' }]
|
||||
];
|
||||
return result;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user