0.0.1 • Published 9 years ago

nodejs-cucumber-sample v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

#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