Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/htanjo/nightwatch-gulp-demo
- Owner: htanjo
- License: mit
- Created: 2015-09-17T00:40:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T03:30:14.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T17:52:58.938Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).