Video Replays with Dashcam
Every test automatically records a video replay for easy debugging:Dashcam Features
Every replay includes:
- Full video recording of test execution
- Timeline with all actions marked
- Screenshots at key moments
- Console logs synchronized with video
- Network requests with timing
- Element highlights on interactions
- Slow-motion playback
- Frame-by-frame stepping
Replay Features
- Video Playback
- Action Timeline
- Element Highlights
- Full resolution - Recorded at native screen resolution
- Variable speed - Play at 0.25x to 2x speed
- Frame-by-frame - Step through individual frames
- Jump to action - Click timeline to jump to any action
- Download - Save replay as MP4
Application Logs
Access all console output from your application:Captured Log Types
Captured Log Types
Browser Console:
console.log()- Debug messagesconsole.warn()- Warningsconsole.error()- Errorsconsole.info()- Info messagesconsole.debug()- Debug messages
- JavaScript errors and exceptions
- Unhandled promise rejections
- Network errors (404, 500, etc.)
- Security errors (CORS, CSP)
- React/Vue warnings
Network Monitoring
Complete visibility into all network activity:Network Request Details
For every request, view:
- URL and method (GET, POST, etc.)
- Request headers
- Request payload/body
- Response status code
- Response headers
- Response body
- Timing breakdown (DNS, Connect, TLS, Wait, Download)
- Size (request and response)
- Initiated by (script/user action)
Network Waterfall
View request timing in a waterfall chart:Failed Requests
Easily identify failed network requests:Performance Metrics
Track application performance over time:- Page Load Metrics
- Resource Timing
- CPU Usage
- Memory Usage
Debug Screenshots
Automatic screenshots on failures:Debug Screenshot Features
- Full page screenshot at failure point
- Annotated with attempted action
- Similar elements highlighted
- Bounding boxes for close matches
- Automatically attached to test report
Test Reports
Generate comprehensive test reports:- HTML Report
- JSON Report
- JUnit XML
- Custom Report
- Pass/fail status for all tests
- Execution time per test
- Dashcam replay links
- Screenshots on failures
- Error messages and stack traces
Analytics Dashboard
View test analytics at console.testdriver.ai:Test Trends
- Pass/fail rate over time
- Average execution time
- Flaky test identification
- Most expensive tests
- Cache hit rates
Performance Trends
- Page load times
- Core Web Vitals
- Resource loading times
- API response times
- Performance regressions
Cost Analysis
- Daily/weekly/monthly costs
- Cost per test
- Cost by team member
- Sandbox usage
- API call volume
Team Activity
- Tests run by user
- Most active tests
- Peak usage times
- Sandbox utilization
- Failed test hotspots
Failure Analysis
Quickly identify and diagnose test failures:Failure Report
CI/CD Integration
Integrate test results into your CI/CD pipeline:- GitHub Actions
- Slack Notifications
- Jira Integration

