Notifications & Alerts

Configure how LoveAutomate notifies your team about test results, regressions, and quality changes.

Stay informed with real-time notifications about your QA pipeline.

Notification Channels

Slack Integration

Get quality signals directly in your Slack workspace:

  • Test completion summaries
  • Regression alerts with context
  • Daily/weekly quality digests
  • Interactive buttons to view details

Email Notifications

Receive email reports for:

  • Failed test runs
  • Quality score changes
  • Weekly summary reports
  • Team activity digests

Webhooks

Send events to any HTTP endpoint for custom integrations:

{
  "event": "test_run.completed",
  "project": "my-app",
  "status": "failed",
  "quality_score": 72,
  "regressions": 3,
  "url": "https://app.loveautomate.com/runs/abc123"
}

Alert Rules

Configure which events trigger notifications:

EventDefaultConfigurable
Test run failedOnYes
Regression detectedOnYes
Quality score dropOn (>10 points)Yes
Test healedOffYes
Run completedOffYes

Notification Preferences

Each team member can customize their notification preferences:

  • Choose which channels to receive on
  • Set quiet hours
  • Filter by project or severity
  • Mute specific workflows