This documentation is available as Markdown. For the complete index, see llms.txt. Skip to content

Tour

For the complete documentation index, see llms.txt

The viewer is a three-part IDE: an activity bar (left), document tabs (center), and an inspector (right).

Activity bar

Six sections, switchable with ⌘1–⌘6:

SectionShows
Scenarios⌘1scenario files with last-run status
Helpers⌘2helper files (read-only)
Collections⌘3collections — create / rename / reorder / run
Runs⌘4history of every run, filterable by status
Active⌘5live, in-progress runs
Variables⌘6edit .env / .secrets, reveal secrets, toggle flags

At the bottom: a terminal toggle, a theme toggle, and the version.

Document tabs

Open scenarios, helpers, collections and runs as tabs. ⌘W closes the active tab; right-click for Close / Close Others / Close All. Tabs and layout persist across reloads.

Inspector (right)

Context-aware: during a live run it shows Vars / Call stack / Trace / Breakpoints; for a failed run it shows the artifact tabs (screenshot, semantic DOM, console, trace). See Inspector & artifacts.