UNPKG

protractor-screenshoter-plugin

Version:

A jasmine2 protractor plugin that captures for each browser instance a screenshot and browsers' console logs. The snapshot is made optionally for each expect or spec. Plugins comes with a beautiful angular based analytics tool to visually check and fix te

76 lines (75 loc) 2.24 kB
{ "name": "protractor-screenshoter-plugin", "version": "0.10.3", "description": "A jasmine2 protractor plugin that captures for each browser instance a screenshot and browsers' console logs. The snapshot is made optionally for each expect or spec. Plugins comes with a beautiful angular based analytics tool to visually check and fix tests results.", "main": "index.js", "scripts": { "setup": "webdriver-manager update", "server": "webdriver-manager start", "lint": "eslint index.js spec/**/*.spec.js", "test": "nyc jasmine", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "testing": "TEST_COVERAGE_SKIP=true TEST_DEBUG=true jasmine", "release": "node_modules/standard-version/bin/cli.js" }, "nyc": { "include": [ "index.js" ] }, "repository": { "type": "git", "url": "git+https://github.com/azachar/protractor-screenshoter-plugin.git" }, "keywords": [ "jasmine2", "Protractor", "screenshots", "report", "Protractor html report", "Jasmine html report", "protractor multi-browser screenshots", "protract chat alike screenshots", "html reporter Protractor", "protractor-screenshot", "screenshot-on-failure", "screenshot-on-expect", "protractor-utilities", "browser-console-log", "protractor-spec-fail-on-console-error" ], "author": "Andrej Zachar", "contributors": [ "Abhishek Swain" ], "license": "MIT", "bugs": { "url": "https://github.com/azachar/protractor-screenshoter-plugin/issues" }, "homepage": "https://github.com/azachar/protractor-screenshoter-plugin", "dependencies": { "circular-json": "^0.5.1", "fs-extra": "^7.0.0", "klaw-sync": "^6.0.0", "lodash": "^4.17.11", "mkdirp": "^0.5.1", "moment": "^2.20.1", "q": "^1.5.1", "screenshoter-report-analyzer": "^0.6", "uuid": "^3.1.0" }, "devDependencies": { "codecov": "^3.0.0", "cz-conventional-changelog": "^2.1.0", "eslint": "^5.6.0", "jasmine": "^3.2.0", "nyc": "^13.0.1", "protractor": "^5.4", "standard-version": "^4.2.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }