Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
11
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.14 to 0.1.15

6

dist/AllureReporter.js

@@ -72,3 +72,3 @@ "use strict";

}
this.applyGroupping();
this.applyGroupping(spec);
}

@@ -102,3 +102,3 @@ startStep(name) {

}
applyGroupping() {
applyGroupping(spec) {
const groups = this.groupNameStack;

@@ -117,3 +117,3 @@ this.addPackage(groups.join('.'));

this.currentTest.name =
groups.slice(3).join(' > ') + '>>' + this.currentTest.name;
groups.slice(3).join(' > ') + ' \n >> ' + spec.description;
}

@@ -120,0 +120,0 @@ }

{
"name": "jest-allure2-adapter",
"version": "0.1.14",
"version": "0.1.15",
"description": "Allure 2 Adapter for jest",

@@ -5,0 +5,0 @@ "main": "dist/index",

@@ -165,2 +165,3 @@ # Jest-Allure-2 reporting plugin

- [ ] Add examples
- [ ] Ability to config

@@ -167,0 +168,0 @@ ---

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc