live_list_suite_runs
List suite runs from the connected side panel, showing current and historical runs with per-scenario status and attempt counts.
Instructions
Lists suite runs on the connected side panel: current (still running) and history (finished/cancelled this session, most recent first, capped at 30). Each entry has the overall status and a per-scenario breakdown (status: pending/running/passed/flaky/failed, attempts count). Safe to poll repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| session | No | Which connected side panel to target, by its connection id (see live_status) -- only needed when more than one side panel is connected to the same project. |