ElliotNB / js-replay

jsReplay is a record and playback tool used for in-browser functional regression testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I run this file?

casas1010 opened this issue · comments

Hello,

How do I run this file?

Does this run as a script in chrome?

Thanks for the clarification!

@casas1010 The easiest way to do this is:

  1. Copy the source code
  2. Go to the website you want to record/replay on Chrome
  3. Paste the code in the console tab
  4. Enter -> jsReplay.record.start(); in console
  5. Navigate your website
  6. When done -> jsReplay.record.stop(); in console
  7. The JSON output will be printed to the console.