Fix playwright start command

This commit is contained in:
Matthias 2024-04-07 17:50:15 +02:00
parent 122c668dea
commit a2968d570e

View File

@ -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,
},