jasmine-species
Version:
Jasmine-species provides extended BDD grammar and reporting for Jasmine. The grammar component enables you to go beyond "describe" and "it" when creating specifications for your product. The reporting component contains a StyledHtmlReporter that outputs (
34 lines (33 loc) • 978 B
JSON
{
"name": "jasmine-species",
"version": "0.8.5",
"description": "Jasmine-species provides extended BDD grammar and reporting for Jasmine. The grammar component enables you to go beyond \"describe\" and \"it\" when creating specifications for your product. The reporting component contains a StyledHtmlReporter that outputs (allegedly) \"nicer\" looking specs.",
"main": "jasmine-grammar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rudylattae/jasmine-species.git"
},
"keywords": [
"BDD",
"grammar",
"reporting",
"Jasmine",
"Feature",
"Story",
"Given",
"When",
"Then",
"GWT",
"Context",
"Specification"
],
"author": "Rudy Lattae",
"license": "MIT",
"bugs": {
"url": "https://github.com/rudylattae/jasmine-species/issues"
},
"homepage": "https://github.com/rudylattae/jasmine-species#readme"
}