Skip to main content

Slack Notifications

Receive Slack messages whenever a test run completes — with AI analysis snippets and direct links to the Investigation Hub for failures.


Setup

  1. Go to Settings → Connectors.
  2. Under the Slack card, paste your Slack Incoming Webhook URL.
  3. Select which execution statuses should trigger notifications:
    • PASSED
    • FAILED
    • ERROR
    • UNSTABLE
  4. Click Save Webhook.

Getting a Slack Webhook URL

  1. Go to api.slack.com/apps and create a new app.
  2. Enable Incoming Webhooks in the app settings.
  3. Click Add New Webhook to Workspace and select the channel.
  4. Copy the webhook URL (format: https://hooks.slack.com/services/...).

Notification Content

Execution StatusNotification includes
PASSEDPass summary, execution link
FAILEDAI analysis snippet (truncated), direct Investigation Hub link
ERRORError summary, execution link
UNSTABLEInstability 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 MessageCard format
  • Generic Webhook — fire-and-forget execution.finished POST 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.