Slack notifications
Get Slack notifications with test results when a test suite finishes running.
Setup
The slack integration uses Slack webhooks to post to your slack workspace. To set it up, go to your organisation notification settings.
- Go to the Slack developer portal
- Create an App and select from manifest, then select your Slack workspace and paste this manifest:
display_information:
name: Heal
features:
bot_user:
display_name: Heal
always_online: false
oauth_config:
scopes:
bot:
- incoming-webhook
settings:
interactivity:
is_enabled: true
request_url: https://httpstat.us/200
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false
- Go to the Incoming Webhooks tab and click on Add New Webhook to Workspace. Copy the URL of the webhook.
- Go back to notification settings and paste the webhook URL.
Managing notifications
Notifications can be turned on and off for each suite in the suite settings menu.