@applitools/core 2.4.12 → 2.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.4.13 - 2023/4/16
6
+
7
+ ### Features
8
+ ### Bug fixes
9
+ - format result `hostDisplaySize`
10
+
5
11
  ## 2.4.12 - 2023/4/12
6
12
 
7
13
  ### Features
@@ -73,7 +73,7 @@ function toHierarchicTAPString(results, { includeSubTests = true, markNewAsPasse
73
73
  ? currentResult.appUrls.session
74
74
  : "No URL (session didn't start).";
75
75
  tapString += `#\tTest url: ${url}\n`;
76
- tapString += `#\tBrowser: ${currentResult.hostApp}, Viewport: ${currentResult.hostDisplaySize}\n`;
76
+ tapString += `#\tBrowser: ${currentResult.hostApp}, Viewport: ${currentResult.hostDisplaySize.width}X${currentResult.hostDisplaySize.width}\n`;
77
77
  if (includeSubTests) {
78
78
  if (currentResult.stepsInfo && currentResult.stepsInfo.length > 0) {
79
79
  tapString += `\t1..${currentResult.stepsInfo.length}\n`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"