ez-bdd
BDD Toolkit
Installation
Install in project dependencies
npm install --save ez-bddOr if you want to use the module from CLI:
#install globally
npm install -g ez-bdd Usage
//node environment
var ezBdd = require('ez-bdd'),
feature = ezBdd.parseGherkin(featureString),
specString = ezBdd.featureAsSpec(feature); //test runner environment
var ezBdd = require('ez-bdd'),
ezBdd.allHailThePopupOfDoom() //
ezBdd.currentUrl()//
ezBdd.goTo() //
ezBdd.ui() // 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