allure-mocha
Advanced tools
Comparing version 2.10.0 to 2.11.0
@@ -27,4 +27,4 @@ "use strict"; | ||
exports.MochaAllureReporter = exports.allure = exports.allureGetter = void 0; | ||
const Mocha = __importStar(require("mocha")); | ||
const allure_js_commons_1 = require("allure-js-commons"); | ||
const Mocha = __importStar(require("mocha")); | ||
const AllureReporter_1 = require("./AllureReporter"); | ||
@@ -31,0 +31,0 @@ const MochaAllureGateway_1 = require("./MochaAllureGateway"); |
{ | ||
"name": "allure-mocha", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "Allure Mocha integration", | ||
"keywords": [ | ||
"mocha", | ||
"typescript", | ||
"allure" | ||
], | ||
"homepage": "https://allurereport.org/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/allure-framework/allure-js.git", | ||
"directory": "packages/allure-mocha" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -11,25 +22,23 @@ "author": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/allure-framework/allure-js.git", | ||
"directory": "packages/allure-mocha" | ||
}, | ||
"keywords": [ | ||
"mocha", | ||
"typescript", | ||
"allure" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"runtime.js", | ||
"runtime.d.ts" | ||
], | ||
"scripts": { | ||
"allure-report": "allure serve ./out/allure-results", | ||
"clean": "rimraf ./dist ./out", | ||
"compile": "tsc", | ||
"generate-report": "allure generate ./out/allure-results -o ./out/allure-report --clean", | ||
"allure-report": "allure serve ./out/allure-results", | ||
"test": "ts-node --project test/tsconfig.json test/runner.ts", | ||
"lint": "eslint ./src --ext .ts", | ||
"lint:fix": "eslint ./src --ext .ts --fix" | ||
"lint:fix": "eslint ./src --ext .ts --fix", | ||
"test": "ts-node --project test/tsconfig.json test/runner.ts" | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "2.11.0" | ||
}, | ||
"devDependencies": { | ||
"@testdeck/mocha": "0.1.2", | ||
"@testdeck/mocha": "0.3.3", | ||
"@types/chai": "^4.3.6", | ||
@@ -60,13 +69,5 @@ "@types/eslint": "^8", | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "2.10.0" | ||
}, | ||
"peerDependencies": { | ||
"mocha": ">=6.2.x" | ||
}, | ||
"files": [ | ||
"dist", | ||
"runtime.js", | ||
"runtime.d.ts" | ||
] | ||
} | ||
} |
@@ -5,3 +5,3 @@ # allure-mocha | ||
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />--> | ||
[<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />](https://allurereport.org "Allure Report") | ||
@@ -8,0 +8,0 @@ - Learn more about Allure Report at https://allurereport.org |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
34809
0
+ Addedallure-js-commons@2.11.0(transitive)
- Removedallure-js-commons@2.10.0(transitive)
Updatedallure-js-commons@2.11.0