Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-allure2-adapter - npm Package Compare versions

Comparing version 0.1.22 to 0.1.23

10

dist/AllureReporter.js

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

2

package.json
{
"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

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