1.0.5 • Published 10 months ago
@asmartbear/puppyteer v1.0.5
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 build
Unit tests:
npm run test
Unit tests, refreshed live:
npm run watch
Prepare for release (e.g. run tests and bump version number), then publish to npm:
npm run release && npm publish