ci: run e2e on all browsers

This commit is contained in:
Nurul Huda (Apon) 2026-07-21 14:00:36 +06:00
parent 93b75427c7
commit 3f5cecba07
No known key found for this signature in database
GPG key ID: 5D3F1DE2855A2F79

View file

@ -66,7 +66,7 @@ jobs:
- name: Run E2E Tests
working-directory: test/e2e
run: npx playwright test --reporter=html,github
run: npx playwright test --reporter=html,github --browser all
env:
CI: true
BASE_URL: ${{ inputs.base_url }}