jest-allure-reporter
Version:
A Jest Allure Reporter, which takes the test-results from jest and creates an allure-report from it.
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "jest-allure-reporter",
"version": "1.2.3",
"description": "A Jest Allure Reporter, which takes the test-results from jest and creates an allure-report from it.",
"keywords": [
"test",
"testautomation",
"testreport",
"unittest",
"UI-test",
"uitest",
"reporting",
"jest",
"allure"
],
"homepage": "https://github.com/gusarin/jest-allure-reporter",
"bugs": "https://github.com/gusarin/jest-allure-reporter",
"main": "index.js",
"scripts": {
"test": "jest-allure-reporter",
"tsc:compile": "tsc",
"prepublish": "npm run tsc:compile"
},
"author": {
"name": "Pascal Esemann <pascal.esemann@gusarin.de> (https://github.com/gusarin)"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gusarin/jest-allure-reporter"
},
"dependencies": {
"@types/hjson": "^2.4.0",
"@types/jest": "^22.2.3",
"@types/node": "^9.6.5",
"@types/string-template": "^1.0.2",
"@types/strip-ansi": "^3.0.0",
"allure-commandline": "^2.5.0",
"fs-extra": "^5.0.0",
"hjson": "^3.1.1",
"jest": "^22.4.3",
"rootpath": "^0.1.2",
"save-file": "^1.2.0",
"string-template": "^1.0.0",
"strip-ansi": "^4.0.0"
}
}