protractor-html-screenshot-reporter
Version:
An npm module and grunt plugin which generates your Protractor test reports in HTML with screenshots
22 lines (21 loc) • 519 B
JSON
{
"name": "trial",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt-shell": "~0.4.0",
"protractor": "~0.14.0",
"grunt-protractor-runner": "~0.1.6",
"grunt-shell-spawn": "~0.3.0",
"protractor-html-screenshot-reporter": "0.0.16",
"grunt-concurrent": "^0.5.0"
}
}