fix: woodpecker npm run dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user