/test-running/[executionId] — the live view of the run.
What you see
Progress ring. A circular indicator that estimates how far along the agent is. It’s based on the agent’s self-assessment of scenario completion, so it can move in both directions — a step that reveals new complexity can drop progress. Step timeline. Every action the browser has taken, in order, with the screenshot captured before each step and the action that followed. Click any step to expand its detail. AI reasoning panel. The agent’s thoughts before each action: what it’s trying to do, what it sees on the page, and why it picked the action it did. This is the most useful panel for understanding whether Percio is interpreting your scenario correctly. Phase indicator. Shows which high-level phase Percio is in — navigating, executing the flow, or analyzing.What Percio is doing under the hood
Each step:- Capture a screenshot of the current viewport.
- Serialize the page into a simplified representation the agent can read.
- Send that + the step history + your scenario to the agent.
- The agent returns a single action: click, type, select, scroll, wait, navigate, complete, or abandon.
- Execute the action via a real browser.
- Repeat.
When a test stops
A test ends when any of these happens:- The agent decides it’s complete. The scenario goal has been reached.
- The agent decides to abandon. The task appears unreachable from the current state.
- Stuck below 50% progress after 15 steps. A safety net to stop drifting runs.
- The step ceiling. Default 50 steps.