Skip to content

Commit

Permalink
add how to use
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Feb 6, 2024
1 parent a8478ff commit 07e986d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

Browser Recorder records user session workflow while recording the network activity. The recorded data then is used to playback alongside the network requests.
The goal is to capture a list of related network requests. This project is highly inspired by webviz project, https://webviz.io/app/?demo=&seek-to=1490150288.327839653.

## How to use?

`npm run record` will produce 2 files: report_<timestamp>.mp4 and report_<timestamp>.json.

`npm run visualize` will serve a web app that takes these 2 files and align the recorded video and network requests/responses in the json.

0 comments on commit 07e986d

Please sign in to comment.