UNPKG

websteps

Version:

End-to-end web testing on top of Chrome Debugging Protocol

30 lines (19 loc) 754 B
# node-websteps [![npm version](https://badge.fury.io/js/websteps.svg)](https://www.npmjs.com/package/websteps) [![Dependency Status](https://img.shields.io/librariesio/release/npm/websteps)](https://libraries.io/npm/websteps) End-to-end web testing on top of Chrome Debugging Protocol Pure JavaScript except for Chrome itself. No Java-based Selenium or platform-specific binary chromedriver required. API described by the [test](test/index.test.js). npm install npm test ## Publish ``` npm version minor npm publish git push ``` ### Roadmap Pull requests are most welcome! * Add strategy for finding Chrome binary on OSX and Linux * Travis-CI job * Better strategy for finding Chrome binary on Windows