Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1006 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 1006 Bytes

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