UNPKG

protractor-jasmine2-screenshot-reporter

Version:

Use the screenshot reporter to capture screenshots after each executed Protractor test case.

78 lines (77 loc) 1.93 kB
{ "name": "protractor-jasmine2-screenshot-reporter", "version": "0.5.1", "description": "Use the screenshot reporter to capture screenshots after each executed Protractor test case.", "main": "index.js", "scripts": { "test": "mocha test", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec", "lint": "jshint --config .jshintrc index.js test" }, "repository": { "type": "git", "url": "https://github.com/mlison/protractor-jasmine2-screenshot-reporter" }, "dependencies": { "hat": "0.0.3", "lodash": "^4.17.4", "mkdirp": "^0.5.0", "rimraf": "^2.4.3", "string.prototype.startswith": "^0.2.0", "uuid": "^2.0.0" }, "keywords": [ "screenshot", "jasmine", "jasmine2", "protractor", "selenium", "reporter", "html" ], "author": "michal.lison@nitor.fi", "license": "MIT", "bugs": { "url": "https://github.com/mlison/protractor-jasmine2-screenshot-reporter/issues" }, "homepage": "https://github.com/mlison/protractor-jasmine2-screenshot-reporter", "contributors": [ { "name": "Antti Arponen", "email": "antti.arponen@rovio.com" }, { "name": "Alex Novikov", "email": "alex@asnovikov.ru", "url": "http://www.asnovikov.ru/" }, { "name": "Sandeep Adinarayana" }, { "name": "Ievgenii Vdovenko" }, { "name": "Andrew Finlay", "url": "https://github.com/AndrewFinlay" }, { "name": "Mark Veenstra", "email": "mark@mobilea.nl", "url": "https://github.com/mark-veenstra" } ], "devDependencies": { "chai": "^3.5.0", "chai-fs": "^0.1.0", "gulp": "^3.9.1", "gulp-istanbul": "^1.0.0", "gulp-jshint": "^2.0.1", "gulp-mocha": "^2.2.0", "guppy-pre-commit": "^0.3.0", "istanbul": "^0.4.4", "jshint": "^2.9.2", "mocha": "^2.5.3", "sinon": "^1.17.4" } }