From 07e986db8d3d67699ef40b091414ef03b520e9e4 Mon Sep 17 00:00:00 2001 From: Lukas Herman Date: Mon, 5 Feb 2024 23:38:15 -0500 Subject: [PATCH] add how to use --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0601ad6..75b8f98 100644 --- a/README.md +++ b/README.md @@ -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_.mp4 and report_.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.