Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamquality authored Oct 12, 2024
1 parent 5699e58 commit 3f5d223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
continue-on-error: true
- name: Generate Allure Report
if: always()
run: npm run allure-report
Expand Down

0 comments on commit 3f5d223

Please sign in to comment.