Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

allure-jasmine

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-jasmine - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

12

dist/src/JasmineAllureReporter.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc