UNPKG

wdio-workflo-spec-reporter

Version:

This is a customized version of wdio-spec-reporter for use with workflo framework.

72 lines (71 loc) 2.16 kB
{ "name": "wdio-workflo-spec-reporter", "version": "0.1.3", "description": "This is a customized version of wdio-spec-reporter for use with workflo framework.", "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 run build", "watch": "npm run compile -- --watch" }, "repository": { "type": "git", "url": "https://github.com/flohil/wdio-workflo-spec-reporter" }, "directories": { "lib": "./lib" }, "keywords": [ "spec", "reporter", "webdriverio", "wdio", "wdio-plugin", "wdio-reporter", "workflo" ], "author": "Florian Hilbinger <florian.hilbinger@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/flohil/wdio-workflo-spec-reporter/issues" }, "homepage": "https://github.com/flohil/wdio-workflo-spec-reporter", "dependencies": { "babel-runtime": "~6.23.0", "humanize-duration": "~3.10.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.25.0", "babel-eslint": "^7.2.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.1.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.3.0", "eslint-plugin-mocha": "^4.10.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.0", "isparta": "^4.0.0", "istanbul": "^0.4.5", "mocha": "^3.4.0", "np": "^2.13.2", "npm-run-all": "^4.0.2", "should": "^11.2.1", "sinon": "^2.3.0" } }