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