Skip to content

Commit

Permalink
I just wanna tell you how I'm feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
Woodii1998 committed Jan 27, 2025
1 parent 9c72ae8 commit 98925cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
- name: Ensure browsers are installed
run: python -m playwright install --with-deps
- name: Run your tests
run: pytest --tracing=retain-on-failure
run: pytest --tracing=retain-on-failure --html=report.html --self-contained-html
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-traces
path: test-results/
path: |
test-results/
report.html

0 comments on commit 98925cb

Please sign in to comment.