Skip to content

Recordings & Run History

Replaying video recordings, browsing run history, and filtering past runs.

View as Markdown

Every completed run produces a full video recording of the browser session. You can replay it, browse the step log, and filter through history to spot trends.

Accessing recordings

Recordings are available immediately after a run ends. To access them:

  1. Open the test from your project
  2. Click the History tab
  3. Select any completed run from the list
  4. Click Play on the recording player

The recording player

The recording player replays everything the agent did in the browser — scrolling, clicking, typing, page transitions. Playback is interactive:

  • Scrub the timeline to jump to any moment
  • Step-sync — clicking a step card in the log jumps the player to that moment
  • Pause and zoom — pause at any frame to inspect the page state

Run history

The history tab shows all runs for a test with:

  • Result (pass / fail / inconclusive)
  • Start time and duration
  • Triggered by (manual or schedule name)

You can filter by result to quickly find all failing runs, or sort by date to see the most recent activity.

Comparing runs

When you open two runs side by side, you can compare their step logs to see where behavior diverged. This is useful for tracking down intermittent failures.

Retention

Recordings are stored for 30 days. After that, the video is removed but the step log and result remain in history.

On this page