Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1021 Bytes

Readme.md

File metadata and controls

22 lines (12 loc) · 1021 Bytes

nightmare-cucumberjs

Build Status

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 ;)

Overview

This project is an example of BDD (behaviour driven development) setup with nightmare and cucumberjs frameworks.

How to use

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