CI: update Playwright browser installation

This commit is contained in:
larabr
2024-02-28 12:58:43 +01:00
parent 15adf84a7d
commit f5cebfe6fd

View File

@@ -93,11 +93,11 @@ jobs:
- name: Install browsers
if: steps.cache-playwright-browsers.outputs.cache-hit != 'true'
run: |
npx playwright install-deps chrome
npx playwright install-deps firefox
npx playwright install --with-deps chromium
npx playwright install --with-deps firefox
- name: Install WebKit # caching not possible, external shared libraries required
run: npx playwright install-deps webkit
run: npx playwright install --with-deps webkit
- name: Run browser tests
run: npm run test-browser