0.6.0 • Published 10 years ago
ez-bdd v0.6.0
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
0.6.0
10 years ago
0.5.3
11 years ago
0.5.0
11 years ago
0.4.6
11 years ago
0.4.5
11 years ago
0.4.4
11 years ago
0.4.3
11 years ago
0.4.2
11 years ago
0.4.1
11 years ago
0.3.0
11 years ago
0.2.8
11 years ago
0.2.7
11 years ago
0.2.6
11 years ago
0.2.4
11 years ago
0.2.3
11 years ago
0.2.2
11 years ago
0.2.1
11 years ago
0.2.0
11 years ago
0.1.7
11 years ago
0.1.6
11 years ago
0.1.5
11 years ago
0.1.4
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago