test-results-parser
Version:
Parse test results from JUnit, TestNG, xUnit, cucumber and many more
55 lines (54 loc) • 1.13 kB
JSON
{
"name": "test-results-parser",
"version": "0.2.7",
"description": "Parse test results from JUnit, TestNG, xUnit, cucumber and many more",
"main": "src/index.js",
"types": "./src/index.d.ts",
"files": [
"/src"
],
"scripts": {
"test": "c8 mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/test-results-reporter/parser.git"
},
"keywords": [
"JUnit",
"xUnit",
"TestNG",
"parser",
"parse",
"test",
"testing",
"results",
"result",
"report",
"automation",
"mocha",
"cucumber",
"nUnit",
"MSTest",
"testbeats"
],
"author": "Anudeep <asa.anudeep4@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/test-results-reporter/parser/issues"
},
"homepage": "https://github.com/test-results-reporter/parser#readme",
"dependencies": {
"fast-xml-parser": "^4.4.1",
"globrex": "^0.1.2",
"html-escaper": "^3.0.3",
"totalist": "^3.0.1"
},
"devDependencies": {
"c8": "^10.1.3",
"mocha": "^10.8.2"
},
"mocha": {
"spec": "tests/**/*.spec.js"
}
}