automattic/Send tests results to Slack
Send Slack notifications with test results.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub access token | yes | ${{ github.token }} |
| slack_token | Slack Bot access token | yes | "" |
| slack_channel | Slack channel ID where to send messages | yes | "" |
| slack_username | Custom username to be used for messages | no | GitHub Reporter |
| slack_icon_emoji | Emoji to use as the icon for this message | no | — |
| suite_name | Name of the test suite | no | — |
| rules_configuration_path | Path to rules configuration file | no | — |
| playwright_report_path | Path to JSON report generated by Playwright, the output of Playwright's JSON reporter | no | — |
| playwright_output_dir | Path to Playwright's output directory | no | — |
Outputs
no outputs