jest-allure2-adapter
Advanced tools
Comparing version 0.1.22 to 0.1.23
@@ -308,3 +308,3 @@ "use strict"; | ||
addIssue(options) { | ||
var _a, _b; | ||
var _a; | ||
// todo config | ||
@@ -316,7 +316,8 @@ /* options.url ?? | ||
}*/ | ||
this.issue((_a = options.name) !== null && _a !== void 0 ? _a : options.id, (_b = options.url) !== null && _b !== void 0 ? _b : options.id); | ||
const link = `${options.url}${options.id}`; | ||
this.issue((_a = options.name) !== null && _a !== void 0 ? _a : options.id, link); | ||
return this; | ||
} | ||
addTms(options) { | ||
var _a, _b; | ||
var _a; | ||
// todo config | ||
@@ -329,3 +330,4 @@ // const uri = 'some'; | ||
}*/ | ||
this.tms((_a = options.name) !== null && _a !== void 0 ? _a : options.id, (_b = options.url) !== null && _b !== void 0 ? _b : options.id); | ||
const link = `${options.url}${options.id}`; | ||
this.tms((_a = options.name) !== null && _a !== void 0 ? _a : options.id, link); | ||
return this; | ||
@@ -332,0 +334,0 @@ } |
{ | ||
"name": "jest-allure2-adapter", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "Allure 2 Adapter for jest", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -163,2 +163,3 @@ # Jest-Allure-2 reporting plugin | ||
- [ ] Ability to implement own JasmineAllureReporter | ||
- [ ] Add before/after hooks | ||
@@ -165,0 +166,0 @@ - [ ] Add examples |
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
40867
957
186