fix: Jenkins

This commit is contained in:
Ismail Ali
2025-08-31 18:22:42 +02:00
parent 9147cec40f
commit d4d0c91400
8 changed files with 17 additions and 13 deletions

View File

@@ -33,8 +33,8 @@ export default defineConfig({
projects: [{ name: "chromium", use: { ...devices["Desktop Chrome"] } }],
webServer: {
command: "npm run dev -p 3000",
url: process.env.E2E_BASE_URL || "http://localhost:3000",
command: "npm run dev -- -p 3000", // wichtig: "--" damit npm das "-p" an next weiterreicht
url: "http://localhost:3000",
reuseExistingServer: true,
timeout: 120_000,
},