Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pytest] Generate HTML report for test results and disable warnings #3874

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

agl29
Copy link
Collaborator

@agl29 agl29 commented Oct 23, 2024

What changes were proposed in this pull request?

  • Generate an HTML report for both GitHub Actions and local runs.
    • GitHub Action: If any tests fail, users can download the artifact from the uploaded pytest report in GitHub Actions to view the test results in a more readable format.
    • Local Run: Users can simply open the report.html file in any browser to view the test results.
  • Disable warning summary for better visibility of test results.
  • Display test output using counts instead of percentages.

How was this patch tested?

  • Locally
  • Github action

@agl29 agl29 force-pushed the pytest-improvements branch 6 times, most recently from 34cf826 to 00b335e Compare October 24, 2024 05:46
@agl29 agl29 changed the title [Pytest] testing [Pytest] Generate HTML report for test results and disable warnings Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant