Session replays
Every test run records a session replay: a video of the run plus a step-by-step trace of what the tester saw and did. When a test fails, the replay is the fastest way to find the root cause.
What’s in a replay
Section titled “What’s in a replay”- Video of the app for the whole run.
- Steps — each action the tester took, in order.
- Outcome — whether the run passed, and where it stopped if it didn’t.
- Failures are also pushed to Slack with a direct link to the replay.
- Jump to the failing step first, then scrub backwards to see what led to it.