@applitools/eyes-cypress 3.60.4 → 3.60.6
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 +69 -0
- package/dist/browser/transformCypressConfig.js +1 -0
- package/dist/plugin/configParams.js +1 -0
- package/package.json +4 -4
- package/src/browser/transformCypressConfig.ts +1 -0
- package/src/expose.ts +2 -0
- package/src/plugin/configParams.ts +1 -0
- package/types/expose.d.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.60.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.60.5...js/eyes-cypress@3.60.6) (2026-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.35.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* re-trigger release for packages missed in the AD-14089 release | AD-14089 ([#3925](https://github.com/Applitools-Dev/sdk/issues/3925)) ([0880c34](https://github.com/Applitools-Dev/sdk/commit/0880c34b66221025e70ca7e3e3fab7b45a9f8d9e))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.32
|
|
13
|
+
|
|
14
|
+
* @applitools/ec-client bumped to 1.12.34
|
|
15
|
+
|
|
16
|
+
* @applitools/core bumped to 4.65.1
|
|
17
|
+
|
|
18
|
+
* @applitools/core-universal bumped to 1.0.20
|
|
19
|
+
|
|
20
|
+
* @applitools/eyes bumped to 1.43.3
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [3.60.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.60.4...js/eyes-cypress@3.60.5) (2026-06-14)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* @applitools/dom-snapshot bumped to 4.17.3
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
* @applitools/snippets bumped to 2.9.3
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
|
|
39
|
+
* @applitools/driver bumped to 1.26.3
|
|
40
|
+
|
|
41
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.3
|
|
42
|
+
|
|
43
|
+
* @applitools/spec-driver-selenium bumped to 1.8.3
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-playwright bumped to 1.9.3
|
|
46
|
+
|
|
47
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.3
|
|
48
|
+
|
|
49
|
+
* @applitools/screenshoter bumped to 3.12.22
|
|
50
|
+
|
|
51
|
+
* @applitools/nml-client bumped to 1.11.31
|
|
52
|
+
|
|
53
|
+
* @applitools/ec-client bumped to 1.12.33
|
|
54
|
+
|
|
55
|
+
* @applitools/core bumped to 4.65.0
|
|
56
|
+
#### Features
|
|
57
|
+
|
|
58
|
+
* add useLatestEnvBaseline to session startInfo | AD-14089 ([#3887](https://github.com/Applitools-Dev/sdk/issues/3887)) ([b15b9af](https://github.com/Applitools-Dev/sdk/commit/b15b9af34328193f6705c90a26c24aa1e4b23d1c))
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
#### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
* @applitools/core-universal bumped to 1.0.19
|
|
68
|
+
|
|
69
|
+
* @applitools/eyes bumped to 1.43.2
|
|
70
|
+
|
|
71
|
+
|
|
3
72
|
## [3.60.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.60.3...js/eyes-cypress@3.60.4) (2026-06-09)
|
|
4
73
|
|
|
5
74
|
|
|
@@ -60,6 +60,7 @@ function transformCypressConfig(config, refer) {
|
|
|
60
60
|
gitBranchingTimestamp: config.gitMergeBaseTimestamp,
|
|
61
61
|
sessionType: config.sessionType,
|
|
62
62
|
baselineEnvName: config.baselineEnvName,
|
|
63
|
+
baselineEnvOptions: config.baselineEnvOptions,
|
|
63
64
|
connectionTimeout: config.connectionTimeout,
|
|
64
65
|
removeSession: config.removeSession,
|
|
65
66
|
removeDuplicateTests: config.removeDuplicateTests,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-cypress",
|
|
3
|
-
"version": "3.60.
|
|
3
|
+
"version": "3.60.6",
|
|
4
4
|
"homepage": "https://applitools.com/tutorials/sdks/cypress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"setup": "run --top-level xvfb:setup"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@applitools/core": "4.
|
|
56
|
-
"@applitools/core-universal": "1.0.
|
|
57
|
-
"@applitools/eyes": "1.43.
|
|
55
|
+
"@applitools/core": "4.65.1",
|
|
56
|
+
"@applitools/core-universal": "1.0.20",
|
|
57
|
+
"@applitools/eyes": "1.43.3",
|
|
58
58
|
"@applitools/functional-commons": "1.6.0",
|
|
59
59
|
"@applitools/logger": "2.2.12",
|
|
60
60
|
"@applitools/utils": "1.14.5",
|
|
@@ -36,6 +36,7 @@ export function transformCypressConfig(config: appliConfFile, refer): Config<Spe
|
|
|
36
36
|
gitBranchingTimestamp: config.gitMergeBaseTimestamp,
|
|
37
37
|
sessionType: config.sessionType,
|
|
38
38
|
baselineEnvName: config.baselineEnvName,
|
|
39
|
+
baselineEnvOptions: config.baselineEnvOptions,
|
|
39
40
|
connectionTimeout: config.connectionTimeout,
|
|
40
41
|
removeSession: config.removeSession,
|
|
41
42
|
removeDuplicateTests: config.removeDuplicateTests,
|
package/src/expose.ts
CHANGED
package/types/expose.d.ts
CHANGED
|
@@ -411,6 +411,7 @@ export type CypressEyesConfig = {
|
|
|
411
411
|
notifyOnCompletion?: boolean;
|
|
412
412
|
batchSequenceName?: string;
|
|
413
413
|
envName?: string;
|
|
414
|
+
baselineEnvOptions?: { useLatestEnvBaseline?: boolean; };
|
|
414
415
|
scriptHooks?: { beforeCaptureScreenshot: string; };
|
|
415
416
|
removeDuplicateTests?: boolean;
|
|
416
417
|
};
|
|
@@ -561,6 +562,7 @@ export type appliConfFile = {
|
|
|
561
562
|
notifyOnCompletion?: boolean;
|
|
562
563
|
batchSequenceName?: string;
|
|
563
564
|
envName?: string;
|
|
565
|
+
baselineEnvOptions?: { useLatestEnvBaseline?: boolean; };
|
|
564
566
|
scriptHooks?: { beforeCaptureScreenshot: string; };
|
|
565
567
|
removeDuplicateTests?: boolean;
|
|
566
568
|
failCypressAfterAllSpecs?: boolean;
|