Skip to content

Commit

Permalink
ops-6856-Run Playwright @short tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sahassou committed Aug 22, 2024
1 parent 3c27a45 commit 224bbac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- name: Run Playwright @short tests
run: npx playwright test --config=playwright.config.ts --grep "@short"
env:
USER: '${{ secrets.USER }}'
PW: '${{ secrets.PW }}'
Expand Down

0 comments on commit 224bbac

Please sign in to comment.