headless-recorder
Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
File Explorer
Download Latest Version (.zip)- codeql-analysis.yml
- lint-build-test.yml
- auto_assign.yml
- dependabot.yml
- pull_request_template.md
- checkly-logo.png
- dev-guide.png
- hr.gif
- logo.png
- rec.png
- wait.png
- messages.json
- clip.svg
- duplicate.svg
- pause.svg
- play.svg
- screen.svg
- sync.svg
- clip.svg
- duplicate.svg
- pause.svg
- play.svg
- screen.svg
- sync.svg
- zap.svg
- 128.png
- 16.png
- 19.png
- 38.png
- 48.png
- checkly-logo.svg
- logo-red.png
- logo-red@2x.png
- logo-red@3x.png
- logo-yellow.png
- logo-yellow@2x.png
- logo-yellow@3x.png
- logo.png
- logo@2x.png
- logo@3x.png
- browser-extension.html
- favicon.ico
- build.spec.js
- helpers.js
- gear.svg
- moon.svg
- question.svg
- animations.css
- code.css
- tailwind.css
- index.js
- RecordingTab.spec.js.snap
- ResultsTab.spec.js.snap
- RecordingTab.spec.js
- ResultsTab.spec.js
- Button.vue
- Footer.vue
- Header.vue
- RecordingLabel.vue
- RoundButton.vue
- Toggle.vue
- attributes.html
- forms.html
- attributes.spec.js
- forms.spec.js
- helpers.js
- screenshot-controller.spec.js
- controller.js
- index.js
- playwright-code-generator.spec.js
- puppeteer-code-generator.spec.js
- base-generator.js
- block.js
- constants.js
- index.js
- playwright.js
- puppeteer.js
- constants.js
- index.js
- Overlay.vue
- Selector.vue
- index.js
- index.js
- App.spec.js.snap
- App.spec.js
- main.js
- OptionsApp.vue
- App.spec.js.snap
- App.spec.js
- main.js
- PopupApp.vue
- analytics.spec.js
- badge.spec.js
- browser.spec.js
- constants.spec.js
- storage.spec.js
- analytics.js
- badge.js
- browser.js
- constants.js
- selector.js
- storage.js
- index.js
- Home.vue
- Recording.vue
- Results.vue
- manifest.json
- .browserslistrc
- .eslintrc.js
- .gitignore
- .npmrc
- .prettierrc.js
- babel.config.js
- CHANGELOG.md
- CONTRIBUTING.md
- dependabot.yml
- jest.config.js
- jest.setup.js
- jsconfig.json
- LICENSE
- package-lock.json
- package.json
- postcss.config.js
- PRIVACY_POLICY.md
- README.md
- tailwind.config.js
- vue.config.js
π Installation Guide
1. Get the code
git clone https://github.com/checkly/headless-recorder
Downloads the entire project code from GitHub to your computer.
cd headless-recorder
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm i # install dependencies
Type this command into your terminal and run it.
$ npm run serve # run development mode
Type this command into your terminal and run it.
$ npm run test # run test cases
Type this command into your terminal and run it.
$ npm run lint # run and fix linter issues
Type this command into your terminal and run it.
$ npm run build # build and zip for production
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
