Skip to content

Commit fa0d330

Browse files
committed
Skip playwright reporter open
1 parent 1c63b49 commit fa0d330

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
@@ -8,7 +8,7 @@ export default defineConfig({
88
forbidOnly: !!process.env.CI,
99
retries: process.env.CI ? 2 : 0,
1010
workers: process.env.CI ? 2 : undefined,
11-
reporter: "html",
11+
reporter: [["html", { open: "never" }]],
1212
use: {
1313
baseURL: `http://localhost:${PORT}`,
1414
trace: "on-first-retry",

0 commit comments

Comments
 (0)