Skip to Content
Use In CloudNotifications

Notifications

Notifications let teams react to important run events without living in the dashboard.

Each notification rule combines:

  • events
  • a delivery channel
  • optional filters

Events

EventDescription
run.failedA run finishes with at least one test failure
run.passedA run finishes with all tests passing
run.flakyA run contains tests flagged as flaky
build.failedA bundle build fails
quota.exceededMonthly run quota is exhausted
daily.digestSummary of the day’s runs
worker.offlineA connected worker stops responding
worker.back_onlineA previously offline worker recovers

Levels

  • Team-wide for all projects in a team
  • Project-level for one project only

Channels

  • Email
  • Slack
  • Discord
  • Webhook

Useful filters

  • branches
  • tags
  • severity
  • minimum failure count

A practical setup

  1. Send run.failed to Slack for the default branch
  2. Keep a quieter daily digest by email
  3. Exclude exploratory branches from paging rules
  4. Use Send test notification before trusting the rule
Last updated on