UNPKG

jest-allure2-adapter

Version:
53 lines (52 loc) 1.24 kB
{ "name": "jest-allure2-adapter", "version": "0.3.12", "description": "Allure 2 Adapter for jest", "main": "./dist/index", "types": "./dist/index.d.ts", "repository": "git@github.com:mmisty/jest-allure2-adapter.git", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "author": "Taisia Pitko (mmisty) <minydas@yandex.ru>", "license": "MIT", "scripts": { "test": "jest", "prepublish": "pretty-quick && tsc", "build": "tsc", "fmt": "pretty-quick" }, "keywords": [ "jest", "report", "reporter", "html", "reports", "allure", "allure2", "e2e", "tests", "adapter" ], "devDependencies": { "@types/jest": "^22.2.3", "@types/uuid": "^8.3.0", "allure-commandline": "^2.22.1", "allure-js-parser": "^0.0.6", "jest": "~26.4.2", "prettier": "~2.0.5", "pretty-quick": "^3.0.0", "ts-jest": "~26.1.3", "tslib": "^2.0.1", "tsutils": "~3.17.0", "typescript": "~3.9.7" }, "dependencies": { "@types/allure-js-commons": "^0.0.1", "@types/node": "^10.1.2", "@types/strip-ansi": "^5.2.0", "allure-js-commons": "^2.0.0-beta.9", "strip-ansi": "^6.0.0", "uuid-by-string": "^3.0.2" } }