newman-reporter-xunit
Version:
A Newman JUnit Reporter providing full reports (without aggregation of results) based on newman-reporter-junitfull package
39 lines (38 loc) • 973 B
JSON
{
"name": "newman-reporter-xunit",
"version": "2.4.4",
"description": "A Newman JUnit Reporter providing full reports (without aggregation of results) based on newman-reporter-junitfull package",
"main": "index.js",
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.10",
"moment": "^2.22.2",
"xmlbuilder": "^10.0.0"
},
"deprecated": false,
"homepage": "https://github.com/bhecquet/newman-reporter-xjunit",
"keywords": [
"newman",
"reporter",
"junit"
],
"author": {
"name": "Bertrand Hecquet",
"email": "bhecquet.tech@free.fr"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6"
},
"peerDependencies": {
"newman": ">=4"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/bhecquet/newman-reporter-xjunit/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/bhecquet/newman-reporter-xunit.git"
}
}