joonvena/Robot Reporter
Parses robot framework test reports and outputs the results in commit that triggered the tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_access_token | Token to access the API | yes | — |
| report_path | Path to report | yes | reports |
| sha | SHA of the commit tha triggered the tests | no | ${{ github.sha }} |
| pull_request_id | ID of the Pull Request | no | ${{ github.event.number }} |
| summary | Add report to job summary | no | true |
| only_summary | Only output report to job summary | no | false |
| show_passed_tests | If false only failed tests are shown | no | true |
| failed_tests_on_top | If true failed tests are shown at the top of the report | no | false |
Outputs
no outputs