Skip to content

Commit

Permalink
Update run-ui-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI authored Dec 18, 2024
1 parent 5ed979a commit 3235c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Install xvfb
run: sudo apt-get install -y xvfb

- name: Install Playwright Dependencies
run: sudo npx playwright install-deps

- name: Test E2E
run: |
(jupyter lab --ServerApp.token='' --ServerApp.password='' --LabApp.default_url='/lab?reset' &) && cd ui-tests && jlpm install && jlpm playwright install && xvfb-run jlpm playwright test e2e/datatype-test.spec.ts
Expand Down

0 comments on commit 3235c44

Please sign in to comment.