Skip to content

Commit 92ae34f

Browse files
committed
updated playwright.config.ts
1 parent 319f718 commit 92ae34f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
forbidOnly: !!process.env.CI,
77
retries: process.env.CI ? 2 : 0,
88
workers: process.env.CI ? 1 : undefined,
9-
reporter: [['html', { open: 'on-failure' }]],
9+
reporter: 'html',
1010
use: {
1111
baseURL: 'http://localhost:3000',
1212
trace: 'on-first-retry',

0 commit comments

Comments
 (0)