UNPKG

wdio-dot-reporter

Version:

A WebdriverIO plugin. Report results in dot format.

73 lines (72 loc) 2.23 kB
{ "name": "wdio-dot-reporter", "version": "0.0.10", "description": "A WebdriverIO plugin. Report results in dot format.", "author": "Christian Bromann <christian@saucelabs.com>", "homepage": "https://github.com/webdriverio/wdio-dot-reporter#readme", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/webdriverio/wdio-dot-reporter.git" }, "main": "build/reporter.js", "directories": { "lib": "./lib" }, "scripts": { "build": "run-s clean compile", "clean": "rm -rf ./build ./coverage", "compile": "babel lib/ -d build/", "eslint": "eslint ./lib test/", "release": "np patch", "release:patch": "np patch", "release:minor": "np minor", "release:major": "np major", "test": "run-s eslint test:unit", "test:ci": "run-s clean eslint test:cover", "test:unit": "mocha --compilers js:babel-core/register test/*.js", "test:cover": "babel-node ./node_modules/.bin/isparta cover --include 'lib/*.js' _mocha", "prepublish": "npm prune && run-s build", "watch": "npm run compile -- --watch" }, "keywords": [ "dot", "reporter", "webdriverio", "wdio", "wdio-plugin", "wdio-reporter" ], "bugs": { "url": "https://github.com/webdriverio/wdio-dot-reporter/issues" }, "dependencies": {}, "devDependencies": { "babel-cli": "~6.26.0", "babel-core": "~6.26.0", "babel-eslint": "~8.2.0", "babel-istanbul": "~0.12.2", "babel-plugin-add-module-exports": "~0.2.1", "babel-preset-es2015": "~6.24.1", "babel-preset-stage-0": "~6.24.1", "codeclimate-test-reporter": "~0.4.1", "eslint": "~4.19.0", "eslint-config-standard": "~11.0.0-beta.0", "eslint-plugin-import": "~2.12.0", "eslint-plugin-node": "~6.0.0", "eslint-plugin-promise": "~3.8.0", "eslint-plugin-standard": "~3.0.1", "isparta": "~4.0.0", "istanbul": "~0.4.5", "mocha": "~5.2.0", "np": "~3.0.0", "npm-run-all": "~4.1.0", "should": "~13.2.0", "sinon": "~5.1.0" }, "contributors": [ "George Crawford <george.crawford@ft.com>", "Christian Bromann <github@christian-bromann.com>", "christian-bromann <mail@christian-bromann.com>" ] }