Skip to content

Commit

Permalink
Add xvfb to run Selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-PH committed Dec 30, 2023
1 parent 93258bf commit dc9f604
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
run: npm run build

- name: Run tests
run: npm test
run: npm test -- tests/unit

- name: Setup and run e2e tests
uses: GabrielBB/xvfb-action@v1
with:
run: npm test -- tests/e2e

0 comments on commit dc9f604

Please sign in to comment.