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
Sample HTML report is attached to the repository as cucumber_html_report.png
$ 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