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.
playwright.config.ts
npm start
1 parent 55ac5b4 commit d2f8887Copy full SHA for d2f8887
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