feat: login e2e spec improved by testing login

This commit is contained in:
2025-09-16 20:07:11 +02:00
parent dc4948e45b
commit 3f2c7c1d4a
2 changed files with 13 additions and 2 deletions

View File

@@ -72,8 +72,8 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: 'cd .. && docker-compose up -d',
// command: 'cd ../front && npm run dev',
// command: 'cd .. && docker-compose up -d',
command: 'cd ../front && npm run dev',
url: 'http://localhost:3016',
reuseExistingServer: !process.env.CI,
},