nodejs-cucumber-sample
Minimal project to show how to setup cucumber for nodejs environment
Prerequesites
How to use
- Install cucumber-js globally with:
$ npm install -g cucumber
- Clone this repository
- Then install all required dependencies with
npm install --dev
- Finally run calculator sample test
npm test
After that you may use this project as a base of your development
Credits
All credit goes to cucumber team, Node.js community and cucumber-js authors
Licence
MIT