Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1011 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 1011 Bytes

NightWatch

Build Status

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


Quick Start

Developer Guide

http://nightwatchjs.org/guide

API Reference

http://nightwatchjs.org/api

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