@applitools/eyes-cypress 3.57.3 → 3.58.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,53 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.58.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.57.3...js/eyes-cypress@3.58.0) (2026-01-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.15.6
14
+
15
+ * @applitools/driver bumped to 1.25.0
16
+ #### Features
17
+
18
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
19
+ * @applitools/spec-driver-webdriver bumped to 1.5.5
20
+
21
+ * @applitools/spec-driver-selenium bumped to 1.7.11
22
+
23
+ * @applitools/spec-driver-puppeteer bumped to 1.7.0
24
+ #### Features
25
+
26
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
27
+
28
+
29
+
30
+ * @applitools/eyes bumped to 1.38.0
31
+ #### Features
32
+
33
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
34
+
35
+
36
+
37
+ * @applitools/screenshoter bumped to 3.12.12
38
+
39
+ * @applitools/nml-client bumped to 1.11.15
40
+
41
+ * @applitools/ec-client bumped to 1.12.17
42
+
43
+ * @applitools/core bumped to 4.55.0
44
+ #### Features
45
+
46
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
47
+
48
+
49
+
50
+
3
51
  ## [3.57.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.57.2...js/eyes-cypress@3.57.3) (2026-01-14)
4
52
 
5
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.57.3",
3
+ "version": "3.58.0",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -38,7 +38,7 @@
38
38
  "test:ts:run:12": "yarn cypress12 run --project ./test/e2e/ts --config-file ./cypress-12.config.ts",
39
39
  "cypress13": "../../node_modules/cypress13/bin/cypress",
40
40
  "test:ts:run:13": "yarn cypress13 run --project ./test/e2e/ts --config-file ./cypress-13.config.ts",
41
- "test:ts:run": "yarn cypress$APPLITOOLS_FRAMEWORK_VERSION run --browser chrome --project ./test/e2e/ts --config-file ./cypress-$APPLITOOLS_FRAMEWORK_VERSION.config.ts",
41
+ "test:ts:run": "sh -c 'if [ \"$APPLITOOLS_FRAMEWORK_VERSION\" = \"9\" ]; then yarn cypress9 run --browser electron --project ./test/e2e/ts --config-file ./cypress-9.config.ts; else yarn cypress$APPLITOOLS_FRAMEWORK_VERSION run --browser chrome --project ./test/e2e/ts --config-file ./cypress-$APPLITOOLS_FRAMEWORK_VERSION.config.ts; fi'",
42
42
  "test:coverage": "cd test/generic && yarn && MOCHA_GROUP=coverage APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-cypress' APPLITOOLS_BATCH_ID=$(uuidgen) npx cypress run",
43
43
  "test:coverage:chrome": "cd test/generic && yarn && MOCHA_GROUP=coverage APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-cypress' APPLITOOLS_BATCH_ID=$(uuidgen) npx cypress run --browser chrome",
44
44
  "test:e2e": "MOCHA_GROUP=e2e mkdir -p test/fixtures/testAppCopies && run --top-level mocha --no-timeouts 'test/e2e/**/*.test.js' --parallel --jobs 4",
@@ -52,8 +52,8 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.54.3",
56
- "@applitools/eyes": "1.37.0",
55
+ "@applitools/core": "4.55.0",
56
+ "@applitools/eyes": "1.38.0",
57
57
  "@applitools/functional-commons": "1.6.0",
58
58
  "@applitools/logger": "2.2.7",
59
59
  "@applitools/utils": "1.14.1",
package/src/expose.ts CHANGED
@@ -59,8 +59,6 @@ export type CypressCheckSettings = api.CheckSettingsAutomationPlain<SpecType> &
59
59
  floating?: FloatingRegion
60
60
  accessibility?: accessibilityRegion
61
61
  scriptHooks?: CypressCheckSettings['hooks']
62
- ignoreCaret?: boolean
63
- ignoreDisplacements?: boolean
64
62
  browser?: MaybeArray<
65
63
  | NonNullable<CypressEyesConfig['browsersInfo']>[number]
66
64
  | {deviceName: DeviceName; screenOrientation?: ScreenOrientationPlain; name?: string}