A node.js bindings implementation for selenium 2.0/webdriver
npm install nightwatch-liqidUI automated testing framework powered by Node.js. It uses the Selenium WebDriver API.
  
*
#### Homepage | Developer Guide | API Reference | Changelog
selenium-server-standalone-2.x.x.jar from the Selenium releases page:Install Node.js and then:
``sh`
$ git clone git@github.com:nightwatchjs/nightwatch.git
$ cd nightwatch
$ npm install
sh
$ npm test
``