fix: playwright ->npm run dev -p 3000

This commit is contained in:
ISA
2025-08-29 14:22:28 +02:00
parent 5aece28eb1
commit 1d815d4265
7 changed files with 12 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ export default defineConfig({
projects: [{ name: "chromium", use: { ...devices["Desktop Chrome"] } }],
webServer: {
command: "npm run build && npm run start -p 3000",
command: "npm run start -p 3000",
url: process.env.E2E_BASE_URL || "http://localhost:3000",
reuseExistingServer: !CI,
timeout: 120_000,