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

Detailed tests report in summary #628

Merged
merged 4 commits into from
Aug 19, 2022

Conversation

TheEvilRoot
Copy link
Contributor

Add table to the summary that includes all test results with result state (passed or failed).

Table example:

Test Result
JUnit Test ReportSampleTest.test1()✅ pass
JUnit Test ReportSampleTest.test2()✅ pass
JUnit Test ReportSampleTest.test3()✅ pass
JUnit Test ReportSampleTest.test4()❌ failure

Table is included when parameter detailed_summary is set to true.
Without parameter set to true summary content remains unchanged.

Add parameter to enable annotations for notice (success) test results.

Parameter annotate_notice enables notice results to be annotated along with warning and failure ones.
Without parameter set to true annotations behaviour remains unchanged.

@mikepenz
Copy link
Owner

Thank you very much for the PR @TheEvilRoot

@mikepenz mikepenz merged commit 61de157 into mikepenz:main Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants