try installing playwright as dep

This commit is contained in:
Richard Schreiber
2026-05-12 13:00:22 +02:00
parent 00514f73e8
commit 1a2ea42084
2 changed files with 2 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ jobs:
working-directory: ./src
run: make all compress
- name: Install Playwright
run: npm install @playwright/test && npx playwright install
run: playwright install
- name: Run E2E tests
working-directory: ./src
run: PRETIX_CONFIG_FILE=tests/ci_postgres.cfg py.test tests/e2e/ -v --maxfail=10