diff --git a/playwright.config.ts b/playwright.config.ts index 03a602f9..767b1948 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -76,7 +76,7 @@ export default defineConfig({ // Multiple web servers (or background processes) can be launched: https://playwright.dev/docs/api/class-testconfig#test-config-web-server webServer: { command: 'NITRO_HOST="127.0.0.1" NITRO_PORT="3000" npm run build && npm run preview', - port: 3000, + url: "http://127.0.0.1:3000", timeout: 120 * 1000, reuseExistingServer: !process.env.CI, stdout: "pipe", // Debugging