agensdev/Junit Summary Action
Adds a summary to github action summary based on a junit summary file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| junit-path | Relative path of junit file | yes | report.junit |
| xcresult-path | If applicable, pass the path of your xcresult file. This will automatically upload add screenshots from the test run to the summary. | no | — |
| screenshots-path | If you have screenshots, pass the path of the folder where they are located. The name of the screenshot must contain the name of the test for it to be linked in the report. | no | — |
| github-token | Add this if you want the action to add a comment about the test results. | no | — |
| fail-on-error | If you want the action to fail if there are any errors in the junit file. | no | false |
Outputs
no outputs