chore(html): add new HTML title to dogfood feature (#35801)

This commit is contained in:
Adam Gastineau 2025-04-30 05:16:32 -07:00 committed by GitHub
parent 82bdfb9212
commit 31aa65a600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};