@applitools/eyes-testcafe 6.3.23 → 6.3.25

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
@@ -13,6 +13,94 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.25](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.24...js/eyes-testcafe@6.3.25) (2026-02-16)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/logger bumped to 2.2.8
22
+ #### Bug Fixes
23
+
24
+ * use utils for environment variable retrieval in logger handlers ([#3551](https://github.com/Applitools-Dev/sdk/issues/3551)) ([caf97f3](https://github.com/Applitools-Dev/sdk/commit/caf97f34207bc3b8ee6ccda2855c27a99a262f8c))
25
+
26
+
27
+ #### Performance Improvements
28
+
29
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
30
+ * @applitools/tunnel-client bumped to 1.11.6
31
+ #### Bug Fixes
32
+
33
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
34
+
35
+
36
+
37
+ * @applitools/core bumped to 4.56.2
38
+ #### Bug Fixes
39
+
40
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
41
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
42
+
43
+
44
+ #### Performance Improvements
45
+
46
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
47
+
48
+
49
+
50
+ * @applitools/dom-snapshot bumped to 4.15.8
51
+
52
+ * @applitools/socket bumped to 1.3.9
53
+
54
+ * @applitools/req bumped to 1.8.8
55
+
56
+ * @applitools/dom-capture bumped to 11.6.9
57
+
58
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
59
+
60
+ * @applitools/spec-driver-selenium bumped to 1.7.12
61
+
62
+ * @applitools/spec-driver-puppeteer bumped to 1.7.1
63
+
64
+ * @applitools/screenshoter bumped to 3.12.13
65
+
66
+ * @applitools/nml-client bumped to 1.11.16
67
+
68
+ * @applitools/ufg-client bumped to 1.19.1
69
+
70
+ * @applitools/core-base bumped to 1.31.2
71
+
72
+ * @applitools/ec-client bumped to 1.12.18
73
+
74
+ * @applitools/eyes bumped to 1.38.3
75
+ #### Bug Fixes
76
+
77
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
78
+
79
+
80
+
81
+ * @applitools/test-server bumped to 1.4.0
82
+ #### Features
83
+
84
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
85
+ * mcp server test results support and improvements to initial setup ([#3518](https://github.com/Applitools-Dev/sdk/issues/3518)) ([ef6c27b](https://github.com/Applitools-Dev/sdk/commit/ef6c27b9e35dc54fd588e19a4811631433e15dbb))
86
+
87
+
88
+
89
+ * @applitools/driver bumped to 1.25.1
90
+
91
+
92
+ ## [6.3.24](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.23...js/eyes-testcafe@6.3.24) (2026-01-27)
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * @applitools/core bumped to 4.56.1
98
+ #### Bug Fixes
99
+
100
+ * take branch and parent from scm integration and populate in field- fld-4074 ([#3492](https://github.com/Applitools-Dev/sdk/issues/3492)) ([0af3128](https://github.com/Applitools-Dev/sdk/commit/0af31283888c2896604656251df2455d39c93cbf))
101
+ * @applitools/eyes bumped to 1.38.2
102
+
103
+
16
104
  ## [6.3.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.22...js/eyes-testcafe@6.3.23) (2026-01-21)
17
105
 
18
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.23",
3
+ "version": "6.3.25",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,15 +68,15 @@
68
68
  "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/driver": "1.25.0",
72
- "@applitools/eyes": "1.38.1",
71
+ "@applitools/driver": "1.25.1",
72
+ "@applitools/eyes": "1.38.3",
73
73
  "@applitools/utils": "1.14.1"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@applitools/api-extractor": "^1.2.22",
77
77
  "@applitools/bongo": "^5.10.0",
78
78
  "@applitools/generic": "^3.9.2",
79
- "@applitools/test-server": "^1.3.5",
79
+ "@applitools/test-server": "^1.4.0",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "testcafe": "^3.4.0"
82
82
  },
@@ -88,5 +88,11 @@
88
88
  },
89
89
  "publishConfig": {
90
90
  "access": "public"
91
+ },
92
+ "lavamoat": {
93
+ "allowScripts": {
94
+ "testcafe>testcafe-hammerhead>ws>bufferutil": false,
95
+ "testcafe>testcafe-hammerhead>ws>utf-8-validate": false
96
+ }
91
97
  }
92
98
  }
package/types/index.d.ts CHANGED
@@ -849,7 +849,7 @@ export enum CorsIframeHandle {
849
849
  KEEP = 'KEEP',
850
850
  SNAPSHOT = 'SNAPSHOT'
851
851
  }
852
- export type DeviceNamePlain = "iPhone 4" | "iPhone 5/SE" | "iPhone SE 3rd Gen" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone 13 Mini" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "BlackBerry Z30" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Pixel 2" | "Pixel 2 XL" | "LG Optimus L70" | "Nokia N9" | "Nokia Lumia 520" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Galaxy S3" | "Galaxy S III" | "Galaxy S5" | "Kindle Fire HDX" | "iPad Mini" | "iPad" | "iPad Pro" | "iPad 8th Gen" | "iPad 10th Gen" | "iPad Mini 4th Gen" | "iPad Mini 6th Gen" | "Blackberry PlayBook" | "Nexus 10" | "Nexus 7" | "Galaxy Note 3" | "Galaxy Note II" | "Galaxy Note 2" | "Galaxy S20" | "Galaxy S22" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22 Ultra" | "Laptop with touch" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "iPhone XR" | "iPhone XS Max" | "iPhone XS" | "Samsung Galaxy A5" | "Galaxy A5" | "Samsung Galaxy S8" | "Galaxy S8" | "LG G6" | "iPad Air 2" | "iPad 6th Gen" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "Galaxy S10" | "Galaxy S9 Plus" | "Galaxy S9" | "Galaxy S10 Plus" | "Galaxy S8 Plus" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 9" | "Galaxy Note 8" | "Galaxy Note 4" | "Galaxy Tab A SM-T510" | "Galaxy Tab A7 SM-T500" | "Galaxy Tab S8" | "Galaxy Tab A8" | "Galaxy S23" | "Galaxy S23 Ultra" | "Galaxy S25" | "Galaxy S25 Ultra" | "Galaxy A52s" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Pixel 9" | "iPad 7th Gen" | "OnePlus 7T" | "OnePlus 7T Pro" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11" | "Huawei P30" | "Xiaomi Mi A3" | "Huawei P40" | "Xiaomi Redmi Note 8" | "Xiaomi Mi Poco X3 Pro" | "Xiaomi Poco X3";
852
+ export type DeviceNamePlain = "iPhone 4" | "iPhone 5/SE" | "iPhone SE 3rd Gen" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone 13 Mini" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "BlackBerry Z30" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Pixel 2" | "Pixel 2 XL" | "LG Optimus L70" | "Nokia N9" | "Nokia Lumia 520" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Galaxy S3" | "Galaxy S III" | "Galaxy S5" | "Kindle Fire HDX" | "iPad Mini" | "iPad" | "iPad Pro" | "iPad 8th Gen" | "iPad 10th Gen" | "iPad Mini 4th Gen" | "iPad Mini 6th Gen" | "Blackberry PlayBook" | "Nexus 10" | "Nexus 7" | "Galaxy Note 3" | "Galaxy Note II" | "Galaxy Note 2" | "Galaxy S20" | "Galaxy S22" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22 Ultra" | "Laptop with touch" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "iPhone XR" | "iPhone XS Max" | "iPhone XS" | "Samsung Galaxy A5" | "Galaxy A5" | "Samsung Galaxy S8" | "Galaxy S8" | "LG G6" | "iPad Air 2" | "iPad 6th Gen" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "Galaxy S10" | "Galaxy S9 Plus" | "Galaxy S9" | "Galaxy S10 Plus" | "Galaxy S8 Plus" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 9" | "Galaxy Note 8" | "Galaxy Note 4" | "Galaxy Tab A SM-T510" | "Galaxy Tab A7 SM-T500" | "Galaxy Tab S8" | "Galaxy Tab A8" | "Galaxy S23" | "Galaxy S23 Ultra" | "Galaxy S25" | "Galaxy S25 Ultra" | "Galaxy A52s" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Pixel 9" | "iPad 7th Gen" | "OnePlus 7T" | "OnePlus 7T Pro" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11" | "Huawei P30" | "Xiaomi Mi A3" | "Huawei P40" | "Xiaomi Redmi Note 8" | "Xiaomi Mi Poco X3 Pro" | "Xiaomi Poco X3" | "Pixel 7";
853
853
  export enum DeviceName {
854
854
  iPhone_4 = 'iPhone 4',
855
855
  iPhone_5SE = 'iPhone 5/SE',
@@ -950,7 +950,9 @@ export enum DeviceName {
950
950
  Huawei_P40 = 'Huawei P40',
951
951
  Xiaomi_Redmi_Note_8 = 'Xiaomi Redmi Note 8',
952
952
  Xiaomi_Mi_Poco_X3_Pro = 'Xiaomi Mi Poco X3 Pro',
953
- Xiaomi_Poco_X3 = 'Xiaomi Poco X3'
953
+ Xiaomi_Poco_X3 = 'Xiaomi Poco X3',
954
+ iPhone_5_SE = 'iPhone 5/SE',
955
+ Pixel_7 = 'Pixel 7'
954
956
  }
955
957
  export type FailureReportPlain = "IMMEDIATE" | "ON_CLOSE";
956
958
  export enum FailureReport {
@@ -1166,6 +1168,9 @@ export class NewTestError extends TestFailedError {
1166
1168
  constructor(message: string, results?: undefined | TestResultsPlain);
1167
1169
  constructor(results: TestResultsPlain);
1168
1170
  }
1171
+ export class EyesNotOpenError extends EyesError {
1172
+ constructor(methodName: string);
1173
+ }
1169
1174
  export type AccessibilityMatchSettingsPlain = { region: RegionPlain; type?: undefined | AccessibilityRegionTypePlain; };
1170
1175
  export class AccessibilityMatchSettings implements Required<AccessibilityMatchSettingsPlain> {
1171
1176
  constructor(settings: AccessibilityMatchSettingsPlain);