This repository is a skeleton npm module for running Cucumber tests, taken from the examples in the Cucumber.js github repository
- Git clone or download this repository
- Replace instances of "TODO" in package.json
- Move into the directory and
npm install
- To run tests, use
npm test
- Edit files under
features
directory to create your own tests