nikulkarni / generator-nemo

yeoman generator for adding Nemo automation to Kraken applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-nemo

Generator for adding Nemo functional tests to a Kraken 1.0 application

Pre requisites

  1. You need to have a kraken 1.0 based application. The best is if you start with an app generated from the generator-kraken generator. The sample pages in the generated app will match up exactly with examples that will come from this generator.
  2. If you plan to see tests run on your machine, you need to decide on and set up the appropriate webdriver
  1. You need to have Yeoman installed:
$ npm install -g yo

To install generator-nemo from npm, run:

$ npm install -g generator-nemo

Use the generator:

from within your application's base directory:

$ yo nemo

Follow prompts. Take special care during the browser/driver setup questions (again please read about driver setup )

Once complete, you should be able to see your first suite run using the command grunt auto

About

yeoman generator for adding Nemo automation to Kraken applications

License:Other


Languages

Language:JavaScript 100.0%