UNPKG

protractor-istanbul-plugin

Version:

Protractor plugin that collects istanbul coverage results from a page and dumps them to coverage.json files (one per spec).

43 lines (42 loc) 1.1 kB
{ "name": "protractor-istanbul-plugin", "version": "2.0.0", "description": "Protractor plugin that collects istanbul coverage results from a page and dumps them to coverage.json files (one per spec).", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "fs-extra": "^0.22.1", "merge": "^1.2.0", "q": "^1.4.1", "uuid": "^2.0.1" }, "devDependencies": { "blanket": "^1.1.7", "chai": "^3.0.0", "coveralls": "^2.11.3", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", "selenium-webdriver": "^2.46.1", "sinon": "^1.15.4" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/bennyhat/protractor-istanbul-plugin.git" }, "keywords": [ "Protractor", "Istanbul", "Coverage" ], "author": "Ben Brewer", "license": "MIT", "bugs": { "url": "https://github.com/bennyhat/protractor-istanbul-plugin/issues" }, "homepage": "https://github.com/bennyhat/protractor-istanbul-plugin#readme" }