xunit-file
Version:
Basically the same reporter as mocha's xunit reporter, but writes the output in a file.
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "xunit-file",
"description": "Basically the same reporter as mocha's xunit reporter, but writes the output in a file.",
"version": "2.0.1",
"author": {
"name": "Matthias Jahn",
"email": "matthias.jahn@peerigon.com"
},
"contributors": [
{
"name": "Matthias Jahn",
"email": "matthias.jahn@peerigon.com"
},
{
"name": "Paul Torka",
"email": "paul.torka@yahoo.de"
},
{
"name": "Peter Janes",
"email": "peter.janes@ek3.com"
},
{
"name": "Nathan Fairhurst",
"email": "nathan.p3pictures@gmail.com"
}
],
"keywords": [
"mocha",
"xunit",
"file",
"reporter"
],
"main": "lib/xunit-file.js",
"repository": "git://github.com/peerigon/xunit-file.git",
"license": "MIT",
"dependencies": {
"dateformat": "^4.6.2",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3",
"sinon": "^12.0.1"
},
"scripts": {
"test": "rm -rf _tmp && mocha test/*.spec.js"
},
"engines": {
"node": ">= 12.0.0"
}
}