From 56a402e4d262fc106ac48888bc5667efcf76352c Mon Sep 17 00:00:00 2001 From: Kurt Hutten Irev-Dev Date: Tue, 23 Jul 2024 14:32:44 +1000 Subject: [PATCH] add html report --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index 2717f0fc6..f895b9cd9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -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: {