UNPKG

protractor-errors

Version:

A protractor runner that allows you to run errors from previous runs.

43 lines (42 loc) 1.01 kB
{ "name": "protractor-errors", "version": "2.0.0", "description": "A protractor runner that allows you to run errors from previous runs.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/manda-linda/protractor-error.git" }, "keywords": [ "jasmine", "protractor", "test", "testing", "angular", "E2E" ], "author": "Amanda daSilva <adasilva@grubhub.com>", "license": "MIT", "bugs": { "url": "https://github.com/manda-linda/protractor-error/issues" }, "homepage": "https://github.com/manda-linda/protractor-error#readme", "engines": { "node": ">=8.11.1" }, "dependencies": { "glob": "^7.1.1", "jasmine-reporters": "^2.2.0", "minimist": "^1.2.0", "protractor": "^5.0.0", "q": "^1.4.1", "shelljs": "^0.7.6", "xml2js": "^0.4.17" }, "bin": { "protractor-error": "bin/protractor-errors.js" } }