The Replay CLI provides packages for interacting with Replay to record, manage, and upload replays, as well as upload sourcemaps.
To use Replay with a Desktop Browser, visit replay.io to download and install.
/replay
CLI for viewing + uploading recordings/cypress
Beta Plugin for recording and capturing metadata for Cypress tests./playwright
Beta Plugin for recording and capturing metadata for Playwright tests./puppeteer
Experimental Plugin for recording Puppeteer tests./node
Experimental CLI for recording Node./sourcemap-upload
CLI for uploading sourcemaps to Replay servers to use when viewing replays./sourcemap-upload-webpack-plugin
Webpack plugin forsourcemap-upload
npm install
npm run bootstrap
That should create an installed version of the package in dist
within each directory in packages
.
You can run the unit tests for all of the packages with earthly +test
. You can run the unit tests for any individual package with npm test
within that package.
npx lerna publish