We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
playwright.config.ts
npm start
1 parent 55ac5b4 commit d2f8887Copy full SHA for d2f8887
1 file changed
playwright.config.ts
@@ -20,7 +20,7 @@ export default defineConfig({
20
},
21
],
22
webServer: {
23
- command: 'npm run dev',
+ command: 'npm start',
24
url: localhost,
25
reuseExistingServer: !process.env.CI,
26
0 commit comments