Note: nightmare library on which this project is based is not supported for few years. even if examples in this project still work, they depend on abandoned library. You have been warned ;)
This project is an example of BDD (behaviour driven development) setup with nightmare and cucumberjs frameworks.
This project shows the example setup creating BDD tests for your web app monitoring. Its setup to use continuous application monitoring with the help of automated CI jobs.
Clone this code repositary. Install all required nodejs packages and run tests
npm install
npm test
The output should be passing tests.
by @sauliuz and popularowl.com