Platform
Runs
View test execution history, results, and detailed run timelines.
The Runs page shows the execution history of all your tests. Every time a test is executed — manually or on a schedule — it appears here.
Run list
Each run displays:
- Test name — which test was executed
- Status — current state of the run:
- Queued — waiting to start
- Running — currently executing on a device
- Success — all assertions passed
- Failure — one or more assertions failed
- Incomplete — run was interrupted or timed out
- Target — which device profile was used
- Duration — how long the run took
- Timestamp — when the run started
Run detail
Click on any run to see its full detail page:
Timeline
A step-by-step timeline of every action the agent performed during the test:
- Screenshots at each step
- Actions taken (tap, type, swipe, etc.)
- Assertions checked and their results
- Network requests captured
- Application logs
Issues
If the run failed, the issues panel shows each failure with:
- Severity — Critical, High, Medium, Low, or Info
- Description — What went wrong
- Screenshot — The device screen at the time of failure
Click an issue to open it in a sidebar panel with full details.
Network logs
HTTP request/response log captured during the run. Shows:
- URL, method, and status code
- Request and response headers
- Request and response bodies
- Timing information
Application logs
Filtered logcat output from the device during the run. Useful for debugging crashes, errors, or unexpected behavior.
Filtering
Use the filter controls at the top of the runs list to narrow results by:
- Status — Show only successful, failed, or running tests
- Date range — Filter by time period
- Test — Filter by specific test