We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9476832 commit 7c45fe5Copy full SHA for 7c45fe5
playwright.config.ts
@@ -67,7 +67,7 @@ export default defineConfig({
67
68
/* Run your local dev server before starting the tests */
69
webServer: {
70
- command: "pnpm dev:e2e",
+ command: "npm run dev:e2e",
71
url: "http://127.0.0.1:3000",
72
reuseExistingServer: !process.env.CI,
73
},
0 commit comments