webdriverio/wdio-allure-reporter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "wdio-allure-reporter",
  "version": "0.8.3",
  "description": "A WebdriverIO plugin. Report results in Allure format.",
  "main": "build/reporter.js",
  "scripts": {
    "build": "run-s clean compile",
    "clean": "rimraf ./build ./coverage ./.allure-results ./screenshots",
    "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:unit": "mocha",
    "prepublish": "npm prune && run-s build",
    "watch": "npm run compile -- --watch",
    "report": "run-s report:*",
    "report:copyResources": "cpx ./test/resources/allure.properties .allure-results/",
    "report:generate": "allure generate .allure-results --clean",
    "report:open": "allure open"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webdriverio/wdio-allure-reporter.git"
  },
  "directories": {
    "lib": "./lib"
  },
  "keywords": [
    "allure",
    "reporter",
    "webdriverio",
    "wdio",
    "wdio-plugin",
    "wdio-reporter"
  ],
  "author": "Christian Bromann <christian@saucelabs.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/webdriverio/wdio-allure-reporter/issues"
  },
  "homepage": "https://github.com/webdriverio/wdio-allure-reporter#readme",
  "dependencies": {
    "allure-js-commons": "^1.3.2",
    "babel-runtime": "^6.26.0"
  },
  "devDependencies": {
    "allure-commandline": "^2.7.0",
    "babel-cli": "~6.26.0",
    "babel-core": "~6.25.0",
    "babel-eslint": "^8.2.2",
    "babel-plugin-add-module-exports": "~0.2.1",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-runtime": "~6.23.0",
    "babel-preset-es2015": "~6.24.1",
    "babel-preset-stage-0": "~6.24.1",
    "chai": "^4.1.2",
    "cheerio": "^1.0.0-rc.2",
    "cpx": "^1.5.0",
    "del": "^3.0.0",
    "eslint": "^4.14.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-mocha": "^5.0.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "node-static": "^0.7.10",
    "np": "~2.18.0",
    "npm-run-all": "~4.1.0",
    "rimraf": "^2.6.2",
    "server-destroy": "^1.0.1",
    "sinon": "^6.3.5",
    "sinon-chai": "^3.2.0",
    "wdio-cucumber-framework": "^2.2.7",
    "wdio-jasmine-framework": "^0.3.6",
    "wdio-mocha-framework": "^0.6.3",
    "wdio-phantomjs-service": "^0.2.2",
    "webdriverio": "^4.13.2"
  },
  "contributors": [
    "christian-bromann <contact@christian-bromann.com>",
    "George Crawford <george.crawford@ft.com>",
    "just-boris <just-boris@hotmail.com>",
    "Ilgiz Vafin <vafin@btf-consulting.ru>",
    "Christian Bromann <github@christian-bromann.com>",
    "George Crawford <g.o.crawford@gmail.com>",
    "Boris Serdiuk <just-boris@hotmail.com>",
    "Stefan Grönke <stefan@gronke.org>",
    "Sergey Korol <serhii.s.korol@gmail.com>"
  ]
}