generator-nemo
v2.0.0
Published
Yeoman generator
Readme
generator-nemo
Generator for adding Nemo functional tests to a Kraken 1.0 application
Pre requisites
- An npm project with the following installed:
- grunt
- grunt-config-dir
- mocha OR cucumberjs (depending on which scaffold you want to use)
- A browser installed which you want to use for automation, and any downstream requirements:
- Please see https://github.com/paypal/nemo-docs/blob/master/driver-setup.md
- yeoman globally installed:
$ npm install -g yoTo install generator-nemo from npm, run:
$ npm install -g generator-nemoUse the generator:
from within your application's base directory:
$ yo nemoFollow prompts.
Once complete, you should be able to see your first suite run using the command grunt auto
