jasmine-html-reporter
Version:
Creates HTML Report from Jasmine test results
35 lines (34 loc) • 704 B
JSON
{
"name": "jasmine-html-reporter",
"version": "0.0.7",
"description": "Creates HTML Report from Jasmine test results",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srikanthgurram/jasmine-html-reporter"
},
"keywords": [
"jasmine",
"html",
"reporter",
"protractor",
"angular",
"report"
],
"author": "Srikanth Gurram",
"license": "ISC",
"bugs": {
"url": "https://github.com/srikanthgurram/jasmine-html-reporter/issues"
},
"dependencies": {
"hat": "0.0.3",
"mkdirp": "^0.5.0"
},
"devDependencies": {
"jasmine": "^2.4.1",
"protractor": "^3.1.1"
}
}