ci: run e2e on all browsers
This commit is contained in:
parent
93b75427c7
commit
3f5cecba07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue