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

@@ -29,7 +29,6 @@ steps:
- 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