https://github.com/donpage/generator-nightwatch-testing
Yeoman generator for NightwatchJS.
https://github.com/donpage/generator-nightwatch-testing
Last synced: 3 months ago
JSON representation
Yeoman generator for NightwatchJS.
- Host: GitHub
- URL: https://github.com/donpage/generator-nightwatch-testing
- Owner: DonPage
- Created: 2015-10-07T11:23:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T00:19:53.000Z (over 9 years ago)
- Last Synced: 2024-12-27T17:14:42.826Z (5 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-nightwatch-testing
> This will be a [yeoman](http://yeoman.io/) generator to get you started with NightwatchJS testing. Will be *slowly* maintained by [myself](https://github.com/DonPage).
## Getting Started
Not every new computer comes with a Yeoman pre-installed. He lives in the [npm](https://npmjs.org) package repository. You only have to ask for him once, then he packs up and moves into your hard drive. *Make sure you clean up, he likes new and shiny things.*
```bash
npm install -g yo
```### Nightwatch-Testing
To install generator-nightwatch-testing from npm, run:
```bash
npm install -g generator-nightwatch-testing
```Finally, initiate the generator:
```bash
yo nightwatch-testing
```## License
MIT