test: harden coverage and browser release gates

This commit is contained in:
KoalaDev
2026-08-21 14:10:35 +02:00
parent 368daa6e2e
commit 230e7f5932
29 changed files with 1176 additions and 806 deletions
+3 -3
View File
@@ -66,12 +66,12 @@ jobs:
- name: Install root dependencies
run: npm ci
- name: Install Playwright Chromium
run: npx playwright install --with-deps chromium chromium-headless-shell
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium chromium-headless-shell firefox webkit
# The extension specs load dist/chrome, so the artifact has to exist.
- name: Build the extension
run: npm run build:extension
- name: Run extension E2E smoke tests
- name: Run cross-browser detection and extension E2E tests
run: npm run test:e2e