Skip to content

Commit 4e62367

Browse files
committed
Use list reporter
1 parent 548b2f5 commit 4e62367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
forbidOnly: !!process.env.CI,
1111
retries: process.env.CI ? 2 : 0,
1212
workers: process.env.CI ? 1 : undefined,
13-
reporter: "html",
13+
reporter: process.env.CI ? "github" : "list",
1414
use: {
1515
baseURL: "http://localhost:3000",
1616
trace: "on-first-retry",

0 commit comments

Comments
 (0)