@applitools/eyes-sdk-core
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -162,4 +162,5 @@ 'use strict'; | ||
currentResult.getAppUrls().getSession() : "No URL (session didn't start)."; | ||
tapString += `#\tTest url: ${url}\n`; | ||
tapString += `#\tBrowser: ${currentResult.getHostApp()}, Viewport: ${currentResult.getHostDisplaySize()}\n`; | ||
tapString += `#\tTest url: ${url}\n`; | ||
if (includeSubTests) { | ||
@@ -166,0 +167,0 @@ if (currentResult.getStepsInfo().length > 0) { |
{ | ||
"name": "@applitools/eyes-sdk-core", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "The core components of Eyes JavaScript SDK", | ||
@@ -49,4 +49,3 @@ "keywords": [ | ||
"node": ">= 8.9.0" | ||
}, | ||
"gitHead": "24beb417df275c99519cf04df8cdaac26ed94c60" | ||
} | ||
} |
375673
11116