nemo-cucumberjs-example
v1.0.2
Published
integrate nemo with Sauce Labs, CucumberJS. Automate your test suite with Page Objects and publish HTML reports. Use Chai-As-Promised assertions for webdriver promises
Downloads
8
Readme
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