uwhealth/Handle the results of TestNG

Read the XML results from TestNG, set some informational statuses and archive the results.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe token provided by GitHub actions via secrets.GITHUB_TOKENyes
testng_resultsPath relative to the root for the TestNG resultsyestestng-results.xml
status_urlURL to display alongside the Github Commit Statusno
status_labelCustom label for the Github Commit StatusnoEnd-Test Results
skipped_threshold_numberThe 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_percentno0
skipped_threshold_percentThe percentage of skipped tests in simple numeric form with % symbol (example: 10%) above which indicates failure. If nothing is supplied ANY skipped test indicates failureno0
failed_threshold_numberThe 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_percentno0
failed_threshold_percentThe percentage of failed tests in simple numeric form with % symbol (example: 10%) above which indicates failure. If nothing is supplied ANY failed test indicates failureno0
skip_gihub_status_updateSkip the github status update that include the TestNG results. Only string value of "true" will disable. Useful during testing.nofalse

no outputs