diff --git a/playwright.config.ts b/playwright.config.ts index 44c644b4..88982752 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -70,7 +70,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { - command: process.env.CI ? "npm run start" : "npm run dev", + command: "npm run start", url: "http://127.0.0.1:3000", reuseExistingServer: !process.env.CI, },