Demonstration for running Nightwatch tests on gulp-based project.
Instruction (Japanese)
Nightwatch.jsのE2Eテストをgulpベースのプロジェクトで行う
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
Copyright (c) 2015-2016 Hiroyuki Tanjo. Licensed under the MIT License.