softagram/Robot Framework Results to Slack
Send Robot Framework results to Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| output_xml_path | Path to the output.xml file | yes | — |
| slack_webhook_url | Slack webhook URL | yes | — |
| slack_channel | Slack channel to post to | yes | — |
| slack_username | Slack username to post as | no | GitHub Actions |
| slack_icon | Slack icon to use | no | https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png |
| slack_header | Header to use in the Slack message embed | no | Robot Test Results |
| alert_channel_on_failure | Whether to alert channel members on failure (some tests failed) | no | true |
| alert_channel_on_skipped | Whether to alert channel members on skipped tests (some tests were skipped) | no | false |
| alert_channel_on_success | Whether to alert channel members on success (all tests passed) | no | false |
| alert_channel_on_no_output | Whether to alert channel members when no output file is found | no | true |
| no_output_found_message | Message to post when no output file is found | no | No report found, something is probably wrong! |
Outputs
no outputs