Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.38 KB

Nightwatch

UI automated testing framework powered by Node.js. It uses the Selenium WebDriver API.

Build Status NPM version Dependency Status


Selenium WebDriver standalone server

First thing you need to download the selenium server jar file selenium-server-standalone-2.x.x.jar from here: (https://code.google.com/p/selenium/downloads/list)

Install Nightwatch

Install Node.js and then:

$ git clone [email protected]:beatfactor/nightwatch.git
$ cd nightwatch
$ npm install

Run tests

The tests for nightwatch are written using nodeunit as the test framework. To run the nodeunit tests do:

$ npm test

Discuss

In addition to Twitter, the Mailing List/Google Group is also available for Nightwatch related discussions.