jest-allure
Version:
Allure Reports for jest
34 lines (33 loc) • 721 B
JSON
{
"name": "jest-allure",
"version": "0.1.2",
"description": "Allure Reports for jest",
"main": "dist/index",
"repository": "git@github.com:zaqqaz/jest-allure.git",
"author": "Denis Artyuhovich (zaqqaz) <i@denis.by>",
"license": "MIT",
"scripts": {
"prepublish": "npm run build",
"build": "tsc"
},
"keywords": [
"jest",
"report",
"reports",
"allure",
"e2e",
"tests",
"screenshots"
],
"devDependencies": {
"typescript": "^2.8.3"
},
"dependencies": {
"@types/allure-js-commons": "^0.0.0",
"@types/jest": "^22.2.3",
"@types/node": "^10.1.2",
"@types/strip-ansi": "^3.0.0",
"allure-js-commons": "^1.3.2",
"strip-ansi": "^4.0.0"
}
}