Update e2e-tests-browser-extension.yml and add retry (#1233)

This commit is contained in:
Leendert de Borst
2026-02-22 22:57:26 +01:00
committed by Leendert de Borst
parent 74dc5f51d1
commit c033572298

View File

@@ -169,9 +169,12 @@ jobs:
run: npx playwright install chromium --with-deps
working-directory: apps/browser-extension
- name: Build and run E2E tests
run: xvfb-run --auto-servernum npm run test:e2e:build
working-directory: apps/browser-extension
- name: Build and run E2E tests with retry
uses: nick-fields/retry@v3
with:
timeout_minutes: 60
max_attempts: 3
command: cd apps/browser-extension && xvfb-run --auto-servernum npm run test:e2e:build
env:
ALIASVAULT_API_URL: "http://localhost:5092"