@suitest/smst-to-text
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -294,3 +294,6 @@ "use strict"; | ||
var body = renderTestLineOrCondition(node.children[0], renderTextNode, prefix); | ||
return [body, message].filter(Boolean).join(nl); | ||
var screenshot = node.screenshot | ||
? tab + 'screenshot: ' + node.screenshot | ||
: ''; | ||
return [body, message, screenshot].filter(Boolean).join(nl); | ||
}; | ||
@@ -297,0 +300,0 @@ exports.toText = function (node, format) { |
{ | ||
"name": "@suitest/smst-to-text", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Utility to convert SMST to plain text or ANSI-styled text", | ||
@@ -35,4 +35,4 @@ "repository": { | ||
"dependencies": { | ||
"@suitest/smst": "^3.0.1" | ||
"@suitest/smst": "^3.0.2" | ||
} | ||
} |
@@ -303,3 +303,6 @@ var __assign = (this && this.__assign) || function () { | ||
var body = renderTestLineOrCondition(node.children[0], renderTextNode, prefix); | ||
return [body, message].filter(Boolean).join(nl); | ||
var screenshot = node.screenshot | ||
? tab + 'screenshot: ' + node.screenshot | ||
: ''; | ||
return [body, message, screenshot].filter(Boolean).join(nl); | ||
}; | ||
@@ -306,0 +309,0 @@ exports.toText = function (node, format) { |
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
155397
624
Updated@suitest/smst@^3.0.2