A node version of Whalesong, using Google Puppeteer.
node (>=9.9.0)
npm (>=5.6.0)
The lib was not tested with previous versions.
make
The lib is using the Puppeteer that will install a Chromium for the browser backend.
$ npm install whalesong-js
- Non blocking driver. It can do more than one thing at same time.
- Monitor feature. Javascript events in browser will be sent to Whalesong.
- Easy way to build new features.
- AmpersandJS/BackboneJS models and collection monitor.
- AmpersandJS/BackboneJS field monitor.
- Take screenshots (page and css elements).
- Chromium backend.
- Tests
- Documentation
- Examples
- Enable JS async iterator
To help in development:
make requirements
make build
Any other doubts, check in the original Whalesong repository.