Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/htanjo/nightwatch-gulp-demo

Sample project for Nightwatch.js + gulp.
https://github.com/htanjo/nightwatch-gulp-demo

Last synced: about 1 month ago
JSON representation

Sample project for Nightwatch.js + gulp.

Awesome Lists containing this project

README

        

# nightwatch-gulp-demo
Demonstration for running Nightwatch tests on gulp-based project.

**Instruction (Japanese)**
[Nightwatch.jsのE2Eテストをgulpベースのプロジェクトで行う](http://qiita.com/htanjo/items/478fe9af760e407ae8e6)

## How to try the test suite

Clone this repository.
```sh
$ git clone https://github.com/htanjo/nightwatch-gulp-demo.git
```

Install dependencies.
```sh
$ cd nightwatch-gulp-demo && npm install
```

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

## License
Copyright (c) 2015-2016 Hiroyuki Tanjo.
Licensed under the [MIT License](LICENSE).