Skip to content

Commit 282b615

Browse files
authored
update
1 parent b217777 commit 282b615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
forbidOnly: !!process.env.CI,
2121
retries: process.env.CI ? 2 : 0,
2222
workers: process.env.CI ? 3 : undefined,
23-
reporter: ['list', 'html'],
23+
reporter: 'html',
2424
use: {
2525
actionTimeout: 0,
2626
trace: 'on-first-retry',

0 commit comments

Comments
 (0)