1.0.1 • Published 10 years ago

nemo-grunt-cucumberjs v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

nemo-grunt-cucumberjs

Grunt task to run Cucumber tests with Nemo and produces HTML test reports

HTML Report

Sample HTML report is attached to the repository as Html_Report.png

Setup WebDriver

Download Selenium Jar version 2.42.2 and create a symbolic lunk

ln -s /Users/yourname/path/to/selenium-server-standalone-2.42.1.jar /usr/local/bin/selenium-server-standalone.jar

Download Chromedriver to your $HOME path

Install and start the application.

$ git clone https://github.com/kugajjar/nemo-grunt-cucumberjs.git
$ cd nemo-grunt-cucumberjs
$ npm install

Run Cucumber tests

$ grunt cucumberjs