1.0.2 • Published 9 years ago

nemo-cucumberjs-example v1.0.2

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

nemo-cucumberjs-example

Nemo integration with CucumberJS and SauceLabs with HTML reports

This example includes,

  • nemo with cucumberjs
  • execute tests locally and on sauce labs
  • update sauce labs dashboard with test info and results
  • grunt task to run cucumber scenarios
  • page objects
  • chai assertion for web-driver promises
  • cucumber HTML reports with screenshots

HTML Report

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

How to run tests

$ git clone https://github.com/gkushang/nemo-cucumberjs-example.git
$ cd nemo-cucumberjs-example
$ npm install

More information on how to run tests is available here