@asmartbear/puppyteer
v1.0.6
Published
Job-based system for running puppeteer
Readme
Puppyteer
System built on puppeteer, for simulatenous jobs that watch for things, do things, simultaneously,
but with a non-headless browser, ensuring that actions happen when a page is active.
Development Usage
Build:
npm run buildUnit tests:
npm run testUnit tests, refreshed live:
npm run watchPrepare for release (e.g. run tests and bump version number), then publish to npm:
npm run release && npm publish