We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c63b49 commit fa0d330Copy full SHA for fa0d330
playwright.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
forbidOnly: !!process.env.CI,
9
retries: process.env.CI ? 2 : 0,
10
workers: process.env.CI ? 2 : undefined,
11
- reporter: "html",
+ reporter: [["html", { open: "never" }]],
12
use: {
13
baseURL: `http://localhost:${PORT}`,
14
trace: "on-first-retry",
0 commit comments