yaddi
Version:
YADDI:> A Yadda HTML report when using mocha.
74 lines (73 loc) • 1.33 kB
JSON
{
"name": "yaddi",
"version": "0.0.4",
"description": "YADDI:> A Yadda HTML report when using mocha.",
"homepage": "https://github.com/mamalisk/yadda-html-reporter",
"author": "Kostas Mamalis <mamalis.kostas@gmail.com>",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/mamalisk/yaddi.git"
},
"main": "yaddi.js",
"bugs": {
"url": "https://github.com/mamalisk/yaddi/issues"
},
"license": [
{
"type": "MIT",
"url": "https://github.com/mamalisk/yaddi/blob/master/LICENSE"
}
],
"dependencies": {
"jsonfile": "~2.0.0",
"lokijs": "^1.3.7",
"underscore": "1.8.2"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.8.0"
},
"tags": [
"bdd",
"automation",
"end to end testing",
"gherkin",
"webdriver",
"cucumber",
"web",
"test",
"selenium",
"browser",
"javascript",
"html",
"report",
"mocha"
],
"keywords": [
"agenta",
"yadda",
"html",
"reporter",
"webdriverio",
"webdriver",
"selenium",
"appium",
"saucelabs",
"sauce",
"labs",
"mocha",
"nodeUnit",
"buster",
"phantomjs",
"chai",
"vows",
"jasmine",
"assert",
"cucumber",
"testingbot"
]
}