Skip to content

Commit

Permalink
feat(lab): add UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Dec 17, 2023
1 parent 54ebe11 commit 52235eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: install
run: npm ci
working-directory: ./apps/laboratory/
run: npm install --force

- name: Install Playwright Browsers
working-directory: ./apps/laboratory/
run: npx playwright install --with-deps chromium firefox

- name: Run Playwright tests
Expand Down

0 comments on commit 52235eb

Please sign in to comment.