Dashboard Stats
The main testing dashboard shows four key metrics:Repository Health
The health visualization shows each repository as a bar:- Green = Passing tests
- Red = Failing tests
- Gray = Tests not run
Pass Rate Trends
Track how your pass rate changes over time:- Daily pass rate percentage
- Week-over-week comparison
- Identify when regressions were introduced
Flaky Test Detection
A test is marked flaky when it:- Passes on some runs, fails on others
- Has inconsistent results without code changes
Why Flaky Tests Matter
Flaky tests:- Waste time investigating false failures
- Reduce trust in your test suite
- Slow down development
Fixing Flaky Tests
Test Duration
See which tests are slow:- Average duration per test
- Duration trends over time
- Identify tests that have gotten slower
Run History
View aggregated statistics:- Total runs this week/month
- Runs by trigger type (Manual, Scheduled, PR, Push)
- Runs by platform (Chrome, Firefox, Safari)
Filtering Analytics
Filter analytics by:- Repository - Focus on one repo
- Time range - Last 7 days, 30 days, 90 days
- Test type - Unit, Integration, E2E, Performance
Exporting Data
Export analytics for reporting:- Go to Testing > Analytics
- Set your filters
- Click Export
- Download as CSV
Notifications
Get notified when tests complete.Enable Notifications
Go to Settings > Alerts and configure:Notification Channels
Setting Up Integrations
1
Go to Settings > Alerts
Navigate to the alert settings page
2
Click Add Integration
Select your preferred platform
3
Configure Webhook
Paste your webhook URL (or enter email address)
4
Test Connection
Click “Test” to verify it works

