Nightwatch.js
http://nightwatchjs.org/
Overview
- Nightwatch uses the WebDriver API to perform the browser automation related tasks, like opening windows and clicking links for instance.
- Nightwatch works by communicating over a restful HTTP api with a WebDriver server (typically the
Selenium server
).