@applitools/eyes-cypress 3.56.2 → 3.56.4

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
@@ -1,5 +1,111 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.56.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.56.3...js/eyes-cypress@3.56.4) (2025-11-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.13.0
9
+ #### Features
10
+
11
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
12
+ * @applitools/logger bumped to 2.2.5
13
+
14
+ * @applitools/dom-snapshot bumped to 4.15.0
15
+ #### Features
16
+
17
+ * add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
18
+
19
+
20
+
21
+ * @applitools/core-base bumped to 1.29.0
22
+ #### Features
23
+
24
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
25
+
26
+
27
+
28
+ * @applitools/socket bumped to 1.3.6
29
+
30
+ * @applitools/req bumped to 1.8.5
31
+
32
+ * @applitools/image bumped to 1.2.4
33
+
34
+ * @applitools/dom-capture bumped to 11.6.6
35
+ #### Performance Improvements
36
+
37
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
38
+
39
+
40
+
41
+ * @applitools/driver bumped to 1.24.1
42
+
43
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
44
+
45
+ * @applitools/spec-driver-selenium bumped to 1.7.7
46
+
47
+ * @applitools/spec-driver-puppeteer bumped to 1.6.7
48
+
49
+ * @applitools/screenshoter bumped to 3.12.8
50
+
51
+ * @applitools/nml-client bumped to 1.11.10
52
+
53
+ * @applitools/tunnel-client bumped to 1.11.3
54
+
55
+ * @applitools/ufg-client bumped to 1.18.1
56
+
57
+ * @applitools/ec-client bumped to 1.12.12
58
+
59
+ * @applitools/core bumped to 4.52.0
60
+ #### Features
61
+
62
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
63
+
64
+
65
+ #### Performance Improvements
66
+
67
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
68
+
69
+
70
+
71
+ * @applitools/eyes bumped to 1.36.15
72
+
73
+ * @applitools/test-server bumped to 1.3.4
74
+
75
+
76
+ ## [3.56.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.56.2...js/eyes-cypress@3.56.3) (2025-11-03)
77
+
78
+
79
+ ### Dependencies
80
+
81
+ * @applitools/dom-snapshot bumped to 4.14.0
82
+ #### Features
83
+
84
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
85
+
86
+
87
+ #### Bug Fixes
88
+
89
+ * sandbox prototype pollution | FLD-3738 ([#3310](https://github.com/Applitools-Dev/sdk/issues/3310)) ([3185558](https://github.com/Applitools-Dev/sdk/commit/31855586851d5372169aae7bf0268cec139abc59))
90
+
91
+
92
+ #### Code Refactoring
93
+
94
+ * blob generation error handling ([#2501](https://github.com/Applitools-Dev/sdk/issues/2501)) ([94bc14f](https://github.com/Applitools-Dev/sdk/commit/94bc14faf3de0fd9a8ca24af4870f839756a8aad))
95
+ * @applitools/ufg-client bumped to 1.18.0
96
+ #### Features
97
+
98
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
99
+ * @applitools/core bumped to 4.51.0
100
+ #### Features
101
+
102
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
103
+
104
+
105
+
106
+ * @applitools/eyes bumped to 1.36.14
107
+
108
+
3
109
  ## [3.56.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.56.1...js/eyes-cypress@3.56.2) (2025-10-22)
4
110
 
5
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.56.2",
3
+ "version": "3.56.4",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -52,11 +52,11 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.50.4",
56
- "@applitools/eyes": "1.36.13",
55
+ "@applitools/core": "4.52.0",
56
+ "@applitools/eyes": "1.36.15",
57
57
  "@applitools/functional-commons": "1.6.0",
58
- "@applitools/logger": "2.2.4",
59
- "@applitools/utils": "1.12.0",
58
+ "@applitools/logger": "2.2.5",
59
+ "@applitools/utils": "1.13.0",
60
60
  "boxen": "5.1.2",
61
61
  "chalk": "3.0.0",
62
62
  "semver": "7.6.2",
@@ -68,7 +68,7 @@
68
68
  "@applitools/bongo": "^5.10.0",
69
69
  "@applitools/generic": "^3.9.2",
70
70
  "@applitools/snaptdout": "^1.1.0",
71
- "@applitools/test-server": "^1.3.3",
71
+ "@applitools/test-server": "^1.3.4",
72
72
  "@applitools/test-utils": "^1.5.17",
73
73
  "@types/he": "^1",
74
74
  "@types/node": "^12.20.55",
@@ -42,14 +42,15 @@ function getSupportFilePathFromCypress10Config({cwd, configContent}) {
42
42
  const filePath = regex.exec(configContent)[1].replace(/['|"|,]*/g, '')
43
43
  supportFilePath = path.resolve(cwd, filePath)
44
44
  } else {
45
- if (fs.existsSync(path.resolve(cwd, 'cypress/support/e2e.js'))) {
46
- supportFilePath = path.resolve(cwd, 'cypress/support/e2e.js')
47
- } else if (fs.existsSync(path.resolve(cwd, 'cypress/support/e2e.ts'))) {
48
- supportFilePath = path.resolve(cwd, 'cypress/support/e2e.ts')
49
- } else if (fs.existsSync(path.resolve(cwd, 'cypress/support/component.js'))) {
50
- supportFilePath = path.resolve(cwd, 'cypress/support/component.js')
51
- } else if (fs.existsSync(path.resolve(cwd, 'cypress/support/component.ts'))) {
52
- supportFilePath = path.resolve(cwd, 'cypress/support/component.ts')
45
+ const possiblePaths = [
46
+ path.resolve(cwd, 'cypress/support/e2e.js'),
47
+ path.resolve(cwd, 'cypress/support/e2e.ts'),
48
+ path.resolve(cwd, 'cypress/support/component.js'),
49
+ path.resolve(cwd, 'cypress/support/component.ts'),
50
+ ]
51
+ supportFilePath = possiblePaths.find(fs.existsSync)
52
+ if (!supportFilePath) {
53
+ throw new Error('Cannot find Cypress support file. Searched paths:\n' + possiblePaths.join('\n'))
53
54
  }
54
55
  }
55
56
  return supportFilePath