Skip to main content

Reading results

The bottom panel populates as a mobile run executes — the same tabs as web, with a couple of mobile-native twists.

Events

Every step with its type, target, timing, and pass/fail status. A step that passed only after a retry shows an amber flaky badge instead of a green ✓. Double-click a row to edit it.

The Events tab — every step with its type, target and timing

Console

The app's logcat, filtered to the app under test and coloured by level (DEBUG / INFO / WARN / ERROR) — the mobile analog of a page console.

The Console tab — the app's logcat, filtered and colored by level

Network

The app's network calls in a familiar request inspector — method, status, size, and timing, with Headers / Payload / Response / Timing on click. See network capture for what's captured and the HTTPS story.

The Network tab — the app's requests with status, size and timing

Summary

Pass/fail counts, total duration, the slowest step, a Flaky count, and the failure screenshot if the run stopped — plus Share run to export the whole run (share a run).

The Summary tab — pass/fail counts, duration, flaky count and failure screenshot

Timeline

A scrubber over time-scaled bars (coloured by step type); each step also captured a screenshot, so you can see what the screen looked like at each point.

The Timeline tab — a scrubber over time-scaled bars with per-step screenshots