cucumber-to-junit
Version:
Converts [Cucumber.js](https://github.com/cucumber/cucumber-js) json results files to JUnit XML.
63 lines (62 loc) • 1.35 kB
JSON
{
"version": "0.1.3",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"name": "cucumber-to-junit",
"author": {
"name": "Ben Crevis",
"email": "bcrevis@gmail.com"
},
"module": "dist/cucumber-to-junit.esm.js",
"size-limit": [
{
"path": "dist/cucumber-to-junit.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/cucumber-to-junit.esm.js",
"limit": "10 KB"
}
],
"dependencies": {
"junit-report-builder": "1.3.3",
"jsonfile": "6.1.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^4.10.2",
"@types/jsonfile": "^6.0.0",
"size-limit": "^4.10.2",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crevitus/cucumber-to-junit.git"
},
"keywords": [
"cucumber",
"cucumberjs",
"junit"
],
"bugs": {
"url": "https://github.com/crevitus/cucumber-to-junit/issues"
},
"homepage": "https://github.com/crevitus/cucumber-to-junit#readme"
}