@isaac.frontend/testcafe-reporter-allure
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -573,3 +573,3 @@ 'use strict'; | ||
AllureReporter.prototype.addScreenshotAttachment = function (test, screenshot) { | ||
if (screenshot.screenshotPath && fs__namespace.existsSync(screenshot.screenshotPath)) { | ||
if (screenshot && screenshot.screenshotPath && fs__namespace.existsSync(screenshot.screenshotPath)) { | ||
var screenshotName = void 0; | ||
@@ -576,0 +576,0 @@ if (screenshot.takenOnFail) { |
{ | ||
"name": "@isaac.frontend/testcafe-reporter-allure", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "ISAAC E-commerce Solutions BV", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
51640