Real-Time Logs¶
Overview¶
Execution logs are streamed in real time while your tests run. Every log entry — both info and error — is available as it happens, so you can follow progress without waiting for the run to complete.
What you see during a run¶
While a test is executing, the log stream includes:
- Info entries — actions taken, found issues, pages visited, elements interacted with
- Error entries — detected issues, failed validations, unexpected states
Accessing logs¶
- During execution — logs appear in real time in the dashboard
- After execution — the full log history remains accessible for review
Why it matters¶
Real-time logs let you:
- Spot issues early without waiting for the full run to finish
- Understand exactly what the agent is doing at each moment
- Debug failing tests by reviewing the sequence of actions and errors