@applitools/eyes-testcafe 6.3.24 → 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,82 @@
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
+
16
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)
17
93
 
18
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.24",
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.2",
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
  },
package/types/index.d.ts CHANGED
@@ -1168,6 +1168,9 @@ export class NewTestError extends TestFailedError {
1168
1168
  constructor(message: string, results?: undefined | TestResultsPlain);
1169
1169
  constructor(results: TestResultsPlain);
1170
1170
  }
1171
+ export class EyesNotOpenError extends EyesError {
1172
+ constructor(methodName: string);
1173
+ }
1171
1174
  export type AccessibilityMatchSettingsPlain = { region: RegionPlain; type?: undefined | AccessibilityRegionTypePlain; };
1172
1175
  export class AccessibilityMatchSettings implements Required<AccessibilityMatchSettingsPlain> {
1173
1176
  constructor(settings: AccessibilityMatchSettingsPlain);