@puppeteer/replay

v1.2.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/)

docs

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

lint

npm run lint:format

test

npm run build:testserver && cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --config .mocharc.cjs

build

npm run clean && rollup --config rollup.config.ts --configPlugin typescript

clean

rimraf lib

eslint

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

format

prettier --write . && eslint --ext js --ext ts --fix .

lint:format

prettier --check . && npm run eslint

test:headful

cross-env PUPPETEER_HEADFUL=true npm run test

test:coverage

c8 npm run test

build:testserver

cd third_party/testserver && npm run build
npm i @puppeteer/[email protected]

Metadata

  • Apache-2.0
  • >=14
  • Chrome DevTools authors
  • released 9/15/2022

Downloads