uwhealth/Handle the results of TestNG
Read the XML results from TestNG, set some informational statuses and archive the results.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token provided by GitHub actions via secrets.GITHUB_TOKEN | yes | — |
| testng_results | Path relative to the root for the TestNG results | yes | testng-results.xml |
| status_url | URL to display alongside the Github Commit Status | no | — |
| status_label | Custom label for the Github Commit Status | no | End-Test Results |
| skipped_threshold_number | The number of skipped tests in simple numeric form (example: 20) above which indicates failure. If nothing is supplied ANY skipped test indicates failure. Takes presidenc over skipped_threshold_percent | no | 0 |
| skipped_threshold_percent | The percentage of skipped tests in simple numeric form with % symbol (example: 10%) above which indicates failure. If nothing is supplied ANY skipped test indicates failure | no | 0 |
| failed_threshold_number | The number of failed tests in simple numeric form (example: 20) above which indicates failure. If nothing is supplied ANY failed test indicates failure. Takes presidence over failed_threshold_percent | no | 0 |
| failed_threshold_percent | The percentage of failed tests in simple numeric form with % symbol (example: 10%) above which indicates failure. If nothing is supplied ANY failed test indicates failure | no | 0 |
| skip_gihub_status_update | Skip the github status update that include the TestNG results. Only string value of "true" will disable. Useful during testing. | no | false |
Outputs
no outputs