protractor-html-screenshot-reporter
Version:
An npm module and grunt plugin which generates your Protractor test reports in HTML with screenshots
30 lines (29 loc) • 843 B
JSON
{
"name": "protractor-html-screenshot-reporter",
"version": "0.0.21",
"description": "An npm module and grunt plugin which generates your Protractor test reports in HTML with screenshots",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jintoppy/protractor-html-screenshot-reporter"
},
"dependencies": {
"mkdirp": "~0.3.5",
"underscore": "~1.6.0"
},
"keywords": [
"screenshot",
"selenium",
"protractor",
"jasmine",
"reporter",
"gruntplugin",
"protractor html report"
],
"author": "Jinto Jose <jintoppy@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jintoppy/protractor-html-screenshot-reporter/issues"
},
"homepage": "https://github.com/jintoppy/protractor-html-screenshot-reporter"
}