UNPKG

@testauto/jest-allure

Version:

A Jest Allure Reporter, which takes the test-results from jest and creates an allure-report from it.

71 lines (70 loc) 2.06 kB
{ "_from": "jest-allure-reporter@^1.2.1", "_inBundle": false, "_integrity": "sha512-/ejDB43uTMmGXPE7j++JadeJ2gvFsKYhymzV7zPTFZ9P5sYk56DN7WT31LnGqTkesEAGiHolaUaZ8yHez9tiMA==", "_location": "/jest-allure", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@testauto/jest-allure@^1.2.2", "name": "@testauto/jest-allure", "escapedName": "jest-allure", "rawSpec": "^1.2.2", "saveSpec": null, "fetchSpec": "^1.2.2" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/jest-allure-reporter/-/jest-allure-reporter-1.2.3.tgz", "_shasum": "1b27d97f49ae7fbed09938b0982cb55595b535c7", "_spec": "jest-allure-reporter@^1.2.1", "_where": "C:\\Automation\\Frontend_Automation\\crownbet.webuiautomation", "author": "Pascal Esemann <pascal.esemann@gusarin.de> (https://github.com/gusarin)", "bugs": { "url": "https://github.com/gusarin/jest-allure-reporter" }, "bundleDependencies": false, "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" }, "deprecated": false, "description": "A Jest Allure Reporter, which takes the test-results from jest and creates an allure-report from it.", "homepage": "https://github.com/gusarin/jest-allure-reporter", "keywords": [ "test", "testautomation", "testreport", "unittest", "UI-test", "uitest", "reporting", "jest", "allure" ], "license": "MIT", "main": "index.js", "name": "@testauto/jest-allure", "repository": { "type": "git", "url": "git+https://github.com/gusarin/jest-allure-reporter.git" }, "scripts": { "test": "jest-allure", "tsc:compile": "tsc" }, "version": "1.2.4" }