allure-js-commons
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -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); |
{ | ||
"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
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
762474
7448