jasmine2-protractor-utils
Version:
Utilities for Protractor with jasmine2 [HTML Reports, Screenshot, Browser Console log and more]
37 lines (36 loc) • 1.13 kB
JSON
{
"name": "jasmine2-protractor-utils",
"version": "1.3.0",
"description": "Utilities for Protractor with jasmine2 [HTML Reports, Screenshot, Browser Console log and more]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhishekswain/jasmine2-protractor-utils.git"
},
"keywords": [
"jasmine2",
"Protractor",
"Protractor html report",
"Jasmine html report",
"html reporter Protractor",
"protractor-screenshot",
"screenshot-on-failure",
"protractor-utilities",
"browser-console-log",
"protractor-spec-fail-on-console-error"
],
"author": "Abhishek Swain",
"license": "MIT",
"bugs": {
"url": "https://github.com/abhishekswain/jasmine2-protractor-utils/issues"
},
"homepage": "https://github.com/abhishekswain/jasmine2-protractor-utils#readme",
"dependencies": {
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"fs-extra": "^0.26.5"
}
}