diff --git a/playwright.config.ts b/playwright.config.ts index 498f7076..92678032 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: 'npm run start', + command: 'npm run dev', url: 'http://localhost:3000', reuseExistingServer: !process.env.CI, },