fix: woodpecker npm run dev

This commit is contained in:
ISA
2025-08-29 14:14:40 +02:00
parent 0f570ac5b0
commit 5aece28eb1
6 changed files with 15 additions and 6 deletions

View File

@@ -27,5 +27,9 @@ steps:
commands:
- echo "🔧 Installing system dependencies for Playwright..."
- npx playwright install-deps
- echo "🌱 Starting dev server (npm run dev)..."
- npm run dev &
- echo "⏳ Waiting for dev server to be ready..."
- npx wait-on http://localhost:3000
- echo "🧪 Running Playwright tests (Chromium only)..."
- npx playwright test --project=chromium # <-- kein --headless
- npx playwright test --project=chromium