How to install checkly/headless-recorder. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
checkly/headless-recorder Installation Guide
How to install checkly/headless-recorder. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for checkly/headless-recorder. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i checkly/headless-recorderor
Install via npx
npx @hexmos/ipm i checkly/headless-recorderPrerequisites
Node.js
languageVersion: > 16.0.0
npm
package_managerVersion: 8.1.0
yarn
package_managerVersion: 2.2.14
Python
languagePlaywright
libraryVersion: 1.0.0
Puppeteer
libraryVersion: 1.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Local Installation
npm i # install dependencies
npm run serve # run development mode
npm run test # run test cases
npm run lint # run and fix linter issues
npm run build # build and zip for productionChrome Extension Installation
chrome://extensions
Load unpacked extension
Select the `headless-recorder/dist` directoryPost Installation Steps
- Open Chrome and navigate to `chrome://extensions` to enable developer mode.
- Load the unpacked extension from the `headless-recorder/dist` directory in your browser's extensions page.
- Click the icon to start recording interactions. You can pause, resume, or restart recording as needed.
