Skip to main content

Reading results

The bottom panel has six tabs, populated as a run executes:

Events​

Every step with its timing and pass/fail status; double-click a row to edit it.

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

Console​

Page-side console output, stamped with the step it occurred on and colored by level (LOG / INFO / WARN / ERROR).

The Console tab — page console output stamped with the step and colored by level

Network​

A familiar request inspector: filter chips (All · Fetch/XHR · Doc · JS · CSS · Img · Font · Media · WS · Other) plus a URL search. Each request shows step, method, status, name, type, size and time; click one for Headers / Payload / Response / Timing. The ◉ Mocked chip switches to the recorded snapshot.

The Network tab — DevTools-style filter chips and request table

Summary​

Pass/fail counts, slowest step, total duration, 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, progress bar and slowest step

Timeline​

A YouTube-style scrubber over time-scaled bars (colored by event type); hover for a thumbnail, click to jump to that step.

The Timeline tab — a scrubber over time-scaled bars; hover for a thumbnail, click to jump

Elements​

A live DOM tree of the page (a familiar Elements-style view) with VS Code syntax colors — handy for checking selectors and structure. The inspect button highlights the element under the cursor.

The Elements tab — a live DOM tree of the page