@microfocus/alm-octane-test-result-convertion
Version:
A NodeJS library for converting different kinds of test reports into OpenText SDP / SDM format.
54 lines (53 loc) • 1.37 kB
JSON
{
"name": "@microfocus/alm-octane-test-result-convertion",
"version": "25.2.2",
"description": "A NodeJS library for converting different kinds of test reports into OpenText SDP / SDM format.",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test-unit": "jest --testPathIgnorePatterns=\".integration.\"",
"test-integration": "jest --testMatch=\"**/*.integration.*\"",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/MicroFocus/alm-octane-test-result-conversion.git"
},
"type": "commonjs",
"keywords": [
"ALM",
"Octane",
"test",
"result",
"report",
"junit"
],
"contributors": [
{
"name": "Silviu-Constantin Anton",
"email": "santon@opentext.com"
},
{
"name": "Ovidiu Stefan Popescu",
"email": "opopescu@opentext.com"
}
],
"license": "Apache-2.0",
"devDependencies": {
"@microfocus/alm-octane-js-rest-sdk": "^16.1.100-1",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/xml-escape": "^1.1.1",
"@types/xsd-schema-validator": "^0.5.4",
"jest": "^29.7.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"xml-formatter": "^3.2.0",
"xsd-schema-validator": "^0.7.0"
},
"dependencies": {
"xml-escape": "^1.1.0",
"xml-js": "^1.6.11"
}
}