@puppeteer/replay

v0.1.0
Replay is a library which provides an API to replay and stringify recordings created using Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder/)

tsc

npm run clean-lib && tsc --version && tsc -b tsconfig.json

docs

typedoc --readme none --gitRevision main --externalPattern --excludeExternals --excludeProtected --excludePrivate --plugin typedoc-plugin-markdown --out docs/api src/main.ts

lint

npm run eslint

test

cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --config .mocharc.cjs

build

npm run tsc

eslint

([ "$CI" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)

release

standard-version

clean-lib

rimraf lib

eslint-fix

eslint --ext js --ext ts --fix .

test:headful

cross-env PUPPETEER_HEADFUL=true npm run test

test:coverage

c8 npm run test
npm i @puppeteer/[email protected]

Metadata

  • Apache-2.0
  • >=12
  • Chrome DevTools authors
  • released 3/23/2022

Downloads