allure-jasmine
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -84,11 +84,5 @@ "use strict"; | ||
allureTest.stage = allure_js_commons_1.Stage.RUNNING; | ||
if (this.groupStack.length > 1) { | ||
allureTest.addLabel(allure_js_commons_1.LabelName.PARENT_SUITE, this.groupStack[0].name); | ||
} | ||
if (this.groupStack.length > 2) { | ||
allureTest.addLabel(allure_js_commons_1.LabelName.SUITE, this.groupStack[1].name); | ||
} | ||
if (this.groupStack.length > 3) { | ||
allureTest.addLabel(allure_js_commons_1.LabelName.SUB_SUITE, this.groupStack[2].name); | ||
} | ||
(0, allure_js_commons_1.getSuitesLabels)(this.groupStack.map(({ name }) => name)).forEach((label) => { | ||
allureTest.addLabel(label.name, label.value); | ||
}); | ||
for (const labels of this.labelStack) { | ||
@@ -95,0 +89,0 @@ for (const label of labels) { |
{ | ||
"name": "allure-jasmine", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Allure Jasmine integration", | ||
@@ -35,3 +35,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"allure-js-commons": "2.4.0" | ||
"allure-js-commons": "2.5.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "nyc": { |
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
28667
412
+ Addedallure-js-commons@2.5.0(transitive)
- Removedallure-js-commons@2.4.0(transitive)
Updatedallure-js-commons@2.5.0