ez-bdd
BDD Toolkit
Installation
Install in project dependencies
npm install --save ez-bdd
Or if you want to use the module from CLI:
#install globally
npm install -g ez-bdd
Usage
//node environment var ezBdd = feature = ezBdd specString = ezBdd;
//test runner environment var ezBdd = ezBdd // ezBdd// ezBdd // ezBdd //
echo "generate jasmine spec template" echo "path-to-jasmine-spec is optional" ezbdd path-to-gherkin.feature path-to-jasmine-spec.spec.js
LICENSE
ez-bdd
is available under the following licenses:
- MIT