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 52235eb commit d491227
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ concurrency:

jobs:
e2e_tests:
name: 'Playwright Tests - ${{ matrix.project }}'
name: 'Playwright Tests'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
project: [chromium, firefox]
timeout-minutes: 10
steps:
- name: checkout
Expand All @@ -47,11 +43,11 @@ jobs:

- name: Run Playwright tests
working-directory: ./apps/laboratory/
run: npx playwright test --project=${{ matrix.project }}
run: npx playwright test

- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report-${{ matrix.project }}
name: playwright-report
path: ./laboratory/playwright-report/
retention-days: 7

0 comments on commit d491227

Please sign in to comment.