Quickstart guide

Record your first replay with the Replay browser in under a minute.


Recording your application with the Replay browser lets you capture a bug once and inspect it after the fact without having to reproduce it again. This makes it possible to

The ability to record and deterministically replay runtimes like Chrome is referred to as "time travel".

Let's use the Replay CLI to record our first replay so you too can start time traveling:

1

Install the Replay CLI

Run the following command to download and install the Replay CLI:

Terminal
npm i -g replayio
2

Start recording

Run the following command to open the Replay browser and start recording.

Terminal
replayio record

This command will:

  • Prompt you to login to your Replay account (if not already logged in)
  • Install the Replay browser (if not already installed)
  • Open the Replay browser for you to record an interaction to dive deeper into
3

Upload your replays

When you close the browser, you'll be prompted to upload your recordings.

Terminal
New recordings found. Would you like to upload them? (Y/n)
4

View your replay

Once the upload is completed, the CLI will give you the replay url.

Terminal
Uploading recordings...
a616009e.. overboard.dev Now 7.5s (uploaded)
View recording at:
https://app.replay.io/recording/a616009e-b825-4c54-83b4-e20bd8c0cb25

FAQ

Read more

Manage your recordings

Learn how to upload, remove and view your recordings using CLI

Replay DevTools

Learn how to use Replay DevTools to debug your tests.

Setting up a team

Learn how to create a team in the Replay App

Test Suites

Stay on top of your test suite's health with Replay for Test Suites.