/nightwatch-gulp-demo

Sample project for Nightwatch.js + gulp.

Primary LanguageJavaScriptMIT LicenseMIT

nightwatch-gulp-demo

Demonstration for running Nightwatch tests on gulp-based project.

Instruction (Japanese)
Nightwatch.jsのE2Eテストをgulpベースのプロジェクトで行う

How to try the test suite

Clone this repository.

$ git clone https://github.com/htanjo/nightwatch-gulp-demo.git

Install dependencies.

$ cd nightwatch-gulp-demo && npm install

Run Nightwatch tests using gulp. Install gulp globally npm install gulp -g, if you haven't.

$ gulp test

License

Copyright (c) 2015-2016 Hiroyuki Tanjo. Licensed under the MIT License.