@applitools/eyes-cypress 3.55.3 → 3.56.0

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,85 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.56.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.55.4...js/eyes-cypress@3.56.0) (2025-10-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * cypress 15.3+ new structure | AD-11420 ([#3188](https://github.com/Applitools-Dev/sdk/issues/3188)) ([f8ee8d1](https://github.com/Applitools-Dev/sdk/commit/f8ee8d1c4b6c7cd3ac088ad57e0dc34b7e16463e))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.13.10
14
+ #### Bug Fixes
15
+
16
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
17
+
18
+
19
+
20
+ * @applitools/driver bumped to 1.24.0
21
+ #### Features
22
+
23
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
24
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
25
+ #### Features
26
+
27
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
28
+
29
+
30
+
31
+ * @applitools/spec-driver-selenium bumped to 1.7.6
32
+
33
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
34
+
35
+ * @applitools/screenshoter bumped to 3.12.7
36
+
37
+ * @applitools/nml-client bumped to 1.11.9
38
+
39
+ * @applitools/ec-client bumped to 1.12.11
40
+
41
+ * @applitools/core bumped to 4.50.2
42
+ #### Bug Fixes
43
+
44
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
45
+
46
+
47
+
48
+ * @applitools/eyes bumped to 1.36.11
49
+
50
+
51
+ ## [3.55.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.55.3...js/eyes-cypress@3.55.4) (2025-10-09)
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * @applitools/dom-snapshot bumped to 4.13.9
57
+ #### Bug Fixes
58
+
59
+ * verbose Unknown CSS object model logging | AD-11542 | FLD-3687 ([#3261](https://github.com/Applitools-Dev/sdk/issues/3261)) ([ba85d32](https://github.com/Applitools-Dev/sdk/commit/ba85d3287a81af109db1a7b407e5ead20f395d9f))
60
+ * @applitools/core-base bumped to 1.28.2
61
+ #### Bug Fixes
62
+
63
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
64
+ * @applitools/eyes bumped to 1.36.10
65
+ #### Bug Fixes
66
+
67
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
68
+
69
+
70
+
71
+ * @applitools/nml-client bumped to 1.11.8
72
+
73
+ * @applitools/ec-client bumped to 1.12.10
74
+
75
+ * @applitools/core bumped to 4.50.1
76
+ #### Bug Fixes
77
+
78
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
79
+
80
+
81
+
82
+
3
83
  ## [3.55.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.55.2...js/eyes-cypress@3.55.3) (2025-10-01)
4
84
 
5
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.55.3",
3
+ "version": "3.56.0",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -52,8 +52,8 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.49.0",
56
- "@applitools/eyes": "1.36.9",
55
+ "@applitools/core": "4.50.2",
56
+ "@applitools/eyes": "1.36.11",
57
57
  "@applitools/functional-commons": "1.6.0",
58
58
  "@applitools/logger": "2.2.4",
59
59
  "@applitools/utils": "1.12.0",
@@ -4,7 +4,13 @@ const cwd = process.cwd()
4
4
 
5
5
  function getCypressVersion() {
6
6
  const cypressPackage = require.resolve('cypress', {paths: [cwd]})
7
- const packageJson = JSON.parse(fs.readFileSync(path.resolve(path.dirname(cypressPackage), 'package.json')))
7
+ const cypressPath = path.dirname(cypressPackage)
8
+ const candidatePaths = [path.resolve(cypressPath, '../package.json'), path.resolve(cypressPath, 'package.json')]
9
+ const packageJsonPath = candidatePaths.find(fs.existsSync)
10
+ if (!packageJsonPath) {
11
+ throw new Error('Cannot find Cypress package.json. Searched paths:\n' + candidatePaths.join('\n'))
12
+ }
13
+ const packageJson = JSON.parse(fs.readFileSync(packageJsonPath))
8
14
  return packageJson.version
9
15
  }
10
16