testx-html-reporter
Version:
HTML reporter for testx
41 lines (40 loc) • 830 B
JSON
{
"name": "testx-html-reporter",
"version": "0.1.1",
"description": "HTML reporter for testx",
"main": "index.js",
"scripts": {
"pretest": "webdriver-manager update",
"test": "protractor protractor.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/testxio/html-reporter.git"
},
"keywords": [
"testx",
"jasmine2",
"protractor",
"reporter",
"html",
"test",
"functional testing",
"screenshots",
"end2end",
"bdd"
],
"author": "Greyarch BV",
"license": "ISC",
"bugs": {
"url": "https://github.com/testxio/html-reporter/issues"
},
"dependencies": {
"hat": "0.0.3",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"string.prototype.startswith": "^0.2.0"
},
"devDependencies": {
"protractor": "^5.4.2"
}
}