Sample automation suite without Cucumber
Repository that uses Cucumber exists here but Cucumber support with Nightwatch appears broken at the moment
- Install Node.js on your system and make sure npm is accessible in your path
- Install or update Google Chrome
- cd into this repo
- Run
npm installto install all required packages
| Command | Description |
|---|---|
npm test |
Executes the test for factorial calculation |
The HTML test report is generated in the tests_output/nightwatch-html-report directory