Skip to content

Commit

Permalink
Show full traceback when pytest ends
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Feb 15, 2024
1 parent cee1c3f commit 7436a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run Integration tests
run: |
export PYTHONUNBUFFERED=1
py.test integration-tests/ -s
py.test integration-tests/ -s --full-trace
# TODO: Check if the noVNC rendering works, perhaps by using playwright
# https://playwright.dev/docs/test-snapshots

0 comments on commit 7436a5b

Please sign in to comment.