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

allure-js-commons

Package Overview
Dependencies
Maintainers
4
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-js-commons - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

14

dist/cjs/sdk/reporter/ReporterRuntime.js

@@ -208,2 +208,16 @@ "use strict";

}
if (scope !== null && scope !== void 0 && scope.links) {
testResult.links = [...testResult.links, ...scope.links];
}
if (scope !== null && scope !== void 0 && scope.parameters) {
testResult.parameters = [...testResult.parameters, ...scope.parameters];
}
if (scope !== null && scope !== void 0 && scope.description) {
var _testResult$descripti;
testResult.description = (_testResult$descripti = testResult.description) !== null && _testResult$descripti !== void 0 ? _testResult$descripti : scope.description;
}
if (scope !== null && scope !== void 0 && scope.descriptionHtml) {
var _testResult$descripti2;
testResult.descriptionHtml = (_testResult$descripti2 = testResult.descriptionHtml) !== null && _testResult$descripti2 !== void 0 ? _testResult$descripti2 : scope.descriptionHtml;
}
});

@@ -210,0 +224,0 @@ this.notifier.afterTestResultStop(testResult);

@@ -203,2 +203,16 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }

}
if (scope !== null && scope !== void 0 && scope.links) {
testResult.links = [...testResult.links, ...scope.links];
}
if (scope !== null && scope !== void 0 && scope.parameters) {
testResult.parameters = [...testResult.parameters, ...scope.parameters];
}
if (scope !== null && scope !== void 0 && scope.description) {
var _testResult$descripti;
testResult.description = (_testResult$descripti = testResult.description) !== null && _testResult$descripti !== void 0 ? _testResult$descripti : scope.description;
}
if (scope !== null && scope !== void 0 && scope.descriptionHtml) {
var _testResult$descripti2;
testResult.descriptionHtml = (_testResult$descripti2 = testResult.descriptionHtml) !== null && _testResult$descripti2 !== void 0 ? _testResult$descripti2 : scope.descriptionHtml;
}
});

@@ -205,0 +219,0 @@ this.notifier.afterTestResultStop(testResult);

4

package.json
{
"name": "allure-js-commons",
"version": "3.0.0",
"version": "3.0.1",
"description": "Allure JS Commons",

@@ -91,3 +91,3 @@ "homepage": "https://allurereport.org/",

"peerDependencies": {
"allure-playwright": "3.0.0"
"allure-playwright": "3.0.1"
},

@@ -94,0 +94,0 @@ "peerDependenciesMeta": {

Sorry, the diff of this file is not supported yet

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