Slack Notifications
Receive Slack messages whenever a test run completes — with AI analysis snippets and direct links to the Investigation Hub for failures.
Setup
- Go to Settings → Connectors.
- Under the Slack card, paste your Slack Incoming Webhook URL.
- Select which execution statuses should trigger notifications:
PASSEDFAILEDERRORUNSTABLE
- Click Save Webhook.
Getting a Slack Webhook URL
- Go to api.slack.com/apps and create a new app.
- Enable Incoming Webhooks in the app settings.
- Click Add New Webhook to Workspace and select the channel.
- Copy the webhook URL (format:
https://hooks.slack.com/services/...).
Notification Content
| Execution Status | Notification includes |
|---|---|
| PASSED | Pass summary, execution link |
| FAILED | AI analysis snippet (truncated), direct Investigation Hub link |
| ERROR | Error summary, execution link |
| UNSTABLE | Instability summary, execution link |
Other Connectors
The Connectors settings page also shows connection status for:
- Jira — create tickets directly from the Investigation Hub
- Linear — create Linear issues from the Investigation Hub or from the Auto Bug modal; bidirectional linkage stored in
execution.linearIssues[] - Monday.com — create board items from the Investigation Hub or Auto-Bug Generator; bidirectional linkage in
execution.mondayItems[] - MS Teams — independent Incoming Webhook notifications; per-status toggles; colour-coded
MessageCardformat - Generic Webhook — fire-and-forget
execution.finishedPOST to any HTTPS endpoint with optional HMAC-SHA256 signing - GitHub — CI context and PR linking
- GitLab — CI context and MR linking
- Azure DevOps — CI context
- Bitbucket — CI context and PR comment posting
A Connected badge appears when valid credentials have been securely stored for each connector.