0.1.0 • Published 10 years ago

night-watch v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
10 years ago

NightWatch

UI automated testing framework based on Node.js and Selenium WebDriver


Quick Start

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 git@github.com: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