fix(e2e): add frontend dependency installation step to E2E workflow
This commit is contained in:
6
.github/workflows/e2e-tests.yml
vendored
6
.github/workflows/e2e-tests.yml
vendored
@@ -216,6 +216,12 @@ jobs:
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install --with-deps ${{ matrix.browser }}
|
||||
|
||||
- name: Install Frontend Dependencies
|
||||
run: |
|
||||
echo "📦 Installing frontend dependencies..."
|
||||
cd frontend
|
||||
npm ci
|
||||
|
||||
- name: Start Vite dev server for coverage
|
||||
run: |
|
||||
echo "🚀 Starting Vite dev server for E2E coverage..."
|
||||
|
||||
Reference in New Issue
Block a user