add html report

This commit is contained in:
Kurt Hutten Irev-Dev
2024-07-23 14:32:44 +10:00
parent b4b59219f0
commit 56a402e4d2

View File

@ -23,6 +23,7 @@ export default defineConfig({
reporter: [
[process.env.CI ? 'dot' : 'list'],
['json', { outputFile: './test-results/report.json' }],
['html']
],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {