UNPKG

wdio-spec-reporter

Version:

A WebdriverIO plugin. Report results in 'spec' format.

81 lines (80 loc) 2.49 kB
{ "name": "wdio-spec-reporter", "version": "0.1.5", "description": "A WebdriverIO plugin. Report results in 'spec' format.", "main": "build/reporter.js", "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", "watch": "npm run compile -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/webdriverio/wdio-spec-reporter.git" }, "directories": { "lib": "./lib" }, "keywords": [ "spec", "reporter", "webdriverio", "wdio", "wdio-plugin", "wdio-reporter" ], "author": "Christian Bromann <christian@saucelabs.com>", "license": "MIT", "bugs": { "url": "https://github.com/webdriverio/wdio-spec-reporter/issues" }, "homepage": "https://github.com/webdriverio/wdio-spec-reporter#readme", "dependencies": { "babel-runtime": "~6.26.0", "chalk": "^2.3.0", "humanize-duration": "~3.15.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "^8.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-env": "^1.6.1", "babel-preset-stage-0": "^6.24.1", "codeclimate-test-reporter": "^0.4.1", "eslint": "^4.1.0", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-mocha": "^5.0.0", "eslint-plugin-node": "^6.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.0", "isparta": "^4.0.0", "istanbul": "^0.4.5", "mocha": "^5.0.0", "np": "^2.13.2", "npm-run-all": "^4.0.2", "should": "^13.0.0", "sinon": "^6.0.0" }, "contributors": [ "George Crawford <george.crawford@ft.com>", "Christian Bromann <github@christian-bromann.com>", "W. van Kuipers <w.vankuipers@lukkien.com>", "christian-bromann <mail@christian-bromann.com>", "Tim Brust <tim.brust@sinnerschrader.com>", "Tim Brust <ratchet.player@gmx.de>", "George Crawford <g.o.crawford@gmail.com>" ] }