Skip to content

Commit 5297fe1

Browse files
renemadsenclaude
andcommitted
fix: add HTML reporter to Playwright config for CI artifacts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2397eb commit 5297fe1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eform-client/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
fullyParallel: false,
66
workers: 1,
77
timeout: 120_000,
8+
reporter: [['html', { open: 'never' }]],
89
use: {
910
baseURL: 'http://localhost:4200',
1011
viewport: { width: 1920, height: 1080 },

0 commit comments

Comments
 (0)