Viewing Results
Inspect pass/fail status, logs, and screenshots
After a test run completes, dig into the results to understand what passed, what failed, and why.
Run summary
Open a run from Runs to see the overview panel:
- Passed / failed / total test case counts
- Duration and start time
- The environment the run targeted
Below the summary, results are grouped by test suite, with each test case's status, duration, and timing.
Filtering results
You can filter the result list by status: All, Passed, Failed, Running, Pending, Skipped, or Canceled. When triaging a large run, switch straight to Failed to see what needs attention.
Test case details
Open any result to see the full execution:
- Test steps: every step of the test case with its outcome, so you can pinpoint exactly where a failure happened.
- Activity: the agent's action-by-action log of what it did in the browser.
- Network: requests made during the execution.
- Logs: browser console output captured during the run.
While a test case is still running, the detail view shows a live preview of the agent's browser.
Screenshots and video
Each test case result captures screenshots at key moments plus a full video recording of the browser session. The video shows up on the result page once processing finishes and plays at 2x by default. When a step fails and the logs don't tell the whole story, the recording shows you exactly what the agent saw.
If the test includes Screenshot steps, those labeled captures also appear in the Activity feed for that test case, so you can jump to the checkpoint you marked when authoring the test.
Report bugs to Jira
From a failed test case result, use Report Bug to create a Jira issue pre-filled with run context. See the Jira integration for setup.