jest-allure2
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "jest-allure2", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Allure Reports for jest", | ||
@@ -11,39 +11,34 @@ "main": "dist/src/index.js", | ||
"build": "tsc", | ||
"test": "jest --config ./__test__/jest.config.js", | ||
"lint": "xo ./src && prettier ./src --list-different", | ||
"fix": "xo ./src --fix && prettier ./src --write" | ||
"test": "yarn clean && yarn build && jest --config ./__tests__/jest.config.js", | ||
"lint": "xo src/", | ||
"fix": "xo src/ --fix", | ||
"clean": "rimraf ./dist" | ||
}, | ||
"keywords": [ | ||
"jest", | ||
"report", | ||
"reports", | ||
"allure", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"allure-jasmine": "^2.0.0-beta.6", | ||
"allure-js-commons": "^2.0.0-beta.6", | ||
"strip-ansi": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@jedmao/semantic-release-npm-github-config": "^1.0.9", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/allure-js-commons": "^0.0.1", | ||
"@types/jasmine": "^3.5.10", | ||
"@types/jest": "^25.2.1", | ||
"commitizen": "^4.0.5", | ||
"conventional-changelog-conventionalcommits": "^4.2.3", | ||
"cz-conventional-changelog": "^3.1.1", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jest": "^26.0.0", | ||
"@types/jasmine": "^3.5.11", | ||
"@types/jest": "^26.0.0", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "3.2.0", | ||
"eslint-plugin-jest": "^23.16.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "^26.0.1", | ||
"prettier": "^2.0.5", | ||
"semantic-release": "^17.0.7", | ||
"typescript": "^3.8.3", | ||
"xo": "^0.30.0" | ||
"semantic-release": "^17.0.8", | ||
"typescript": "^3.9.5", | ||
"xo": "^0.32.0" | ||
}, | ||
"dependencies": { | ||
"allure-jasmine": "^2.0.0-beta.6", | ||
"allure-js-commons": "^2.0.0-beta.6" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ryparker/jest-allure.git" | ||
"url": "https://github.com/ryparker/jest-allure2.git" | ||
}, | ||
"xo": { | ||
"extends": [ | ||
"plugin:jest/recommended" | ||
], | ||
"globals": [ | ||
@@ -57,9 +52,19 @@ "jasmine", | ||
"rules": { | ||
"@typescript-eslint/prefer-readonly-parameter-types": 0 | ||
"@typescript-eslint/prefer-readonly-parameter-types": 0, | ||
"no-eval": 0, | ||
"@typescript-eslint/no-unused-vars": 0 | ||
} | ||
}, | ||
"release": { | ||
"extends": "@jedmao/semantic-release-npm-github-config", | ||
"branch": "master" | ||
} | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"keywords": [ | ||
"jest", | ||
"report", | ||
"reports", | ||
"allure", | ||
"tests" | ||
] | ||
} |
@@ -35,3 +35,3 @@ # Jest-Allure2 | ||
| -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | | ||
| [Jest](https://jestjs.io/) | A highly customizable Javascript testing framework. | | ||
| [Jest](https://jestjs.io/) | A delightful JavaScript testing framework. | | ||
| [Allure 2 CLI](https://github.com/allure-framework/allure2#download) | "A Java jar command line tool that turns Allure result files into beautiful Allure reports." | | ||
@@ -38,0 +38,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
407243
3
6
0
1
+ Addedstrip-ansi@^6.0.0
+ Addedansi-regex@5.0.1(transitive)
+ Addedstrip-ansi@6.0.1(transitive)