Runs & Run Detail
Every execution is recorded with per-step pass/fail, a verdict, video, and screenshots.
A run is one execution of a test plan (or a batch of them). Every run is recorded so you can review what happened, compare against history, and share the result.

Run history
Each plan keeps a history of its runs. From the history you can open any past run to see how it went and how the result changed over time.
Run detail
The run detail view shows the execution end to end:
- Per-step results — pass/fail for each step, with the criteria that were checked.
- A verdict — the agent's professional opinion: ship, ship with known risks, or don't ship, with rationale.
- Evidence — screenshots and, when recorded, a video of the session.
Runs on a shared project
On a project shared with your organization, a run carries the person who started it, so the history reads as a team record. The project's Activity feed adds the rest — plans created, edited and deleted, runs started — newest first, each with a name and a timestamp.
Runs in automation
CLI and Action runs surface the same result as a JSON envelope, including a
per-plan outcome, durationSec, and (when available) a videoUrl and a
runUrl deep link back to this view. Every cloud run gets a runUrl, and the CLI
prints it as it finishes each plan, so you always have a link to hand a
colleague — they open it with their own Agentiqa login as a member of your
organization. See CI Integration.