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:
| Event | Default | Configurable |
|---|---|---|
| Test run failed | On | Yes |
| Regression detected | On | Yes |
| Quality score drop | On (>10 points) | Yes |
| Test healed | Off | Yes |
| Run completed | Off | Yes |
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