checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

The file "Browser-extension" is not working ,after cloning this repo in github. #150

Closed aasim-syed closed 3 years ago

aasim-syed commented 3 years ago

I wanted to improve the aesthetic look of this website, the HTML is not opening.

image

ianaya89 commented 3 years ago

Hi @aasim-syed, the extension is built with Vue.js and static edition/usage will not work.

You have to install dependencies and run the app using dev mode:

  1. npm i (install)
  2. npm run serve (run)

You can find more details on README file. https://github.com/checkly/headless-recorder#%EF%B8%8F-run-locally