diff --git a/playwright.config.ts b/playwright.config.ts index 5d12065..c0fb088 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -65,7 +65,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 dev', url: 'http://127.0.0.1:3000', reuseExistingServer: !process.env.CI, },