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

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.

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