actions-marketplace-validations/Publish Testim Test Results
Report Testim test results as annotations on Github Pull Request [junit]
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub API Access Token. | no | ${{ github.token }} |
| commit | Commit SHA to update the check status. | no | — |
| job_name | Specify the name of a check to update | no | ${{ github.job }} |
| summary | Additional text to summary output | no | "" |
| check_name | Check name for test reports. | no | Testim Test Report |
| report_paths | Xml report paths in glob format | no | **/junit-reports/TEST-*.xml |
| update_check | Defines if the active check should be updated instead | no | false |
| require_tests | Fail if no test are found. | no | false |
| fail_on_failure | Fail the build in case a test failure occurred. | no | false |
| project_api_key_map | Dictionary of Testim API token and project. | no | — |
Outputs
no outputs