Quickstart guide

Getting started is easy with our command line interface. In the future, we'll release a standalone Replay browser.


1

Install Replay CLI

To download and install Replay CLI, run the following command:

Terminal
npm i -g replayio
2

Start recording

Run the following command to open Replay Browser and start recording your application. Replay Browser will record everything and create a replay which you will be able to view in the next step.

Terminal
replayio record

You will be prompted to log into Replay with your default browser the first time you use Replay CLI.

3

Upload your replay

Once you close the Replay browser, your recoding is ready to be uploaded and you’ll be prompted in the CLI to confirm the upload.

Terminal
New recording found. Would you like to upload it? (Y/n)

If you decide to upload your recording later, you’ll be able to access it via replayio list command. Read more in Replay CLI command docs.

4

View your replay

Once the upload is completed, CLI will give you the replay url where you can go start debugging.

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

Learn how to manage your recordings, debug your app using Replay DevTools and 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 Suite Management

Test Suite Dashboard helps you stay on top of your test suite health.