build and test

This commit is contained in:
Elio Bischof
2024-10-16 12:34:53 +02:00
parent 8c6d957f4a
commit fe289e32fa
5 changed files with 15 additions and 9 deletions

View File

@@ -70,10 +70,10 @@ export default defineConfig({
// },
],
/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
/* Run local dev server before starting the tests */
webServer: {
command: 'pnpm start',
url: 'http://127.0.0.1:3000',
reuseExistingServer: !process.env.CI,
},
});