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 02807e7 commit 6942328Copy full SHA for 6942328
playwright.config.ts
@@ -13,9 +13,9 @@ export default defineConfig({
13
},
14
webServer: {
15
command: "DEBUG=next:start pnpm start",
16
- url: "http://127.0.0.1:3000", // Use explicit IP for webServer check
17
reuseExistingServer: !process.env.CI, // Reuse server locally, start fresh in CI
18
timeout: 240 * 1000, // Increase timeout for server start (4 minutes)
+ port: 3000, // Check if port is open instead of polling URL
19
stderr: 'pipe', // Pipe server errors to Playwright process
20
stdout: 'pipe', // Pipe server output to Playwright process
21
0 commit comments