@applitools/eyes-cypress 3.42.3 → 3.44.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 +177 -0
- package/package.json +5 -5
- package/types/expose.d.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,182 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.44.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress-v3.43.2...js/eyes-cypress@3.44.0) (2024-04-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* added notification about outdated sdk version ([#2012](https://github.com/Applitools-Dev/sdk/issues/2012)) ([0f0a646](https://github.com/Applitools-Dev/sdk/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* don't throw error for missing configuration file ([#2034](https://github.com/Applitools-Dev/sdk/issues/2034)) ([d084e7b](https://github.com/Applitools-Dev/sdk/commit/d084e7bf6e1727e3969622b4e597881f18241eb3))
|
|
14
|
+
* fix mapping for iosVersion ([#1994](https://github.com/Applitools-Dev/sdk/issues/1994)) ([f499256](https://github.com/Applitools-Dev/sdk/commit/f499256a191927edc5583a2747cb22c4fa5b1c3b))
|
|
15
|
+
* losing root context after layout breakpoints reload ([#2113](https://github.com/Applitools-Dev/sdk/issues/2113)) ([afa1473](https://github.com/Applitools-Dev/sdk/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/utils bumped to 1.7.1
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
24
|
+
* @applitools/logger bumped to 2.0.15
|
|
25
|
+
|
|
26
|
+
* @applitools/req bumped to 1.6.6
|
|
27
|
+
|
|
28
|
+
* @applitools/image bumped to 1.1.10
|
|
29
|
+
|
|
30
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.4
|
|
31
|
+
|
|
32
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.4
|
|
33
|
+
|
|
34
|
+
* @applitools/screenshoter bumped to 3.8.28
|
|
35
|
+
|
|
36
|
+
* @applitools/tunnel-client bumped to 1.5.1
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
* @applitools/ec-client bumped to 1.8.1
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* change tunnel idle timeout to 20 seconds ([#2318](https://github.com/Applitools-Dev/sdk/issues/2318)) ([9b3873c](https://github.com/Applitools-Dev/sdk/commit/9b3873c180a130a01212d857b084efe51d6d30a4))
|
|
47
|
+
* create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
* @applitools/eyes bumped to 1.18.0
|
|
52
|
+
#### Features
|
|
53
|
+
|
|
54
|
+
* add Eyes.getResults method ([#2046](https://github.com/Applitools-Dev/sdk/issues/2046)) ([#2069](https://github.com/Applitools-Dev/sdk/issues/2069)) ([4d263e1](https://github.com/Applitools-Dev/sdk/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
|
55
|
+
* Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
|
|
56
|
+
* added `enableEyesLogs` configuration to the eyes service ([639ca8a](https://github.com/Applitools-Dev/sdk/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
|
|
57
|
+
* added `useExecutionCloud` configuration to the eyes service ([#2033](https://github.com/Applitools-Dev/sdk/issues/2033)) ([639ca8a](https://github.com/Applitools-Dev/sdk/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
|
|
58
|
+
* generate more enums ([#2179](https://github.com/Applitools-Dev/sdk/issues/2179)) ([5f4f916](https://github.com/Applitools-Dev/sdk/commit/5f4f91621b791a02464191123f69b12f590b9efe))
|
|
59
|
+
* ios multi device target ([#2160](https://github.com/Applitools-Dev/sdk/issues/2160)) ([3874fb8](https://github.com/Applitools-Dev/sdk/commit/3874fb8ad77039abbb5ab78c00ffb45829b2db28))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
#### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* clone the check settings in eyes check ([#2251](https://github.com/Applitools-Dev/sdk/issues/2251)) ([9517d66](https://github.com/Applitools-Dev/sdk/commit/9517d665976949458aecfb31e052c19d7109a0c4))
|
|
65
|
+
* error to unknown type in exception ([#2035](https://github.com/Applitools-Dev/sdk/issues/2035)) ([16d78c3](https://github.com/Applitools-Dev/sdk/commit/16d78c3cce90a5cb50cc2aa4e9ab6a58b7b93f89))
|
|
66
|
+
* fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/Applitools-Dev/sdk/commit/42a773cc57e8e5de528a049b376159615892003b))
|
|
67
|
+
* fixed issue when w3c properties were added to legacy capabilities object in `Eyes.setMobileCapabilities` method ([94d785f](https://github.com/Applitools-Dev/sdk/commit/94d785f0428df101c207d6f09a55c46f2bdbf19e))
|
|
68
|
+
* trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
* @applitools/socket bumped to 1.1.15
|
|
73
|
+
|
|
74
|
+
* @applitools/spec-driver-selenium bumped to 1.5.75
|
|
75
|
+
|
|
76
|
+
* @applitools/driver bumped to 1.16.6
|
|
77
|
+
|
|
78
|
+
* @applitools/nml-client bumped to 1.8.1
|
|
79
|
+
|
|
80
|
+
* @applitools/ufg-client bumped to 1.11.1
|
|
81
|
+
|
|
82
|
+
* @applitools/core-base bumped to 1.11.1
|
|
83
|
+
|
|
84
|
+
* @applitools/core bumped to 4.12.2
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## [3.43.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.43.0...js/eyes-cypress@3.43.1) (2024-04-01)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Dependencies
|
|
96
|
+
|
|
97
|
+
* @applitools/spec-driver-selenium bumped to 1.5.74
|
|
98
|
+
#### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
|
|
101
|
+
* @applitools/core-base bumped to 1.10.1
|
|
102
|
+
#### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
|
|
105
|
+
* @applitools/eyes bumped to 1.17.1
|
|
106
|
+
#### Bug Fixes
|
|
107
|
+
|
|
108
|
+
* trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
* @applitools/ec-client bumped to 1.7.32
|
|
113
|
+
|
|
114
|
+
* @applitools/core bumped to 4.11.1
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## [3.43.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress-v3.42.4...js/eyes-cypress@3.43.0) (2024-03-31)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Features
|
|
121
|
+
|
|
122
|
+
* added notification about outdated sdk version ([#2012](https://github.com/Applitools-Dev/sdk/issues/2012)) ([0f0a646](https://github.com/Applitools-Dev/sdk/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Bug Fixes
|
|
126
|
+
|
|
127
|
+
* docs for eyes setup and concurrency message output ([#1953](https://github.com/Applitools-Dev/sdk/issues/1953)) ([13704da](https://github.com/Applitools-Dev/sdk/commit/13704dac39fa899c5e8bdb268539cd46aee5ccfb))
|
|
128
|
+
* don't throw error for missing configuration file ([#2034](https://github.com/Applitools-Dev/sdk/issues/2034)) ([d084e7b](https://github.com/Applitools-Dev/sdk/commit/d084e7bf6e1727e3969622b4e597881f18241eb3))
|
|
129
|
+
* fix mapping for iosVersion ([#1994](https://github.com/Applitools-Dev/sdk/issues/1994)) ([f499256](https://github.com/Applitools-Dev/sdk/commit/f499256a191927edc5583a2747cb22c4fa5b1c3b))
|
|
130
|
+
* losing root context after layout breakpoints reload ([#2113](https://github.com/Applitools-Dev/sdk/issues/2113)) ([afa1473](https://github.com/Applitools-Dev/sdk/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Dependencies
|
|
134
|
+
|
|
135
|
+
* @applitools/spec-driver-selenium bumped to 1.5.73
|
|
136
|
+
#### Bug Fixes
|
|
137
|
+
|
|
138
|
+
* remove getSessionDetails call in JS Selenium ([#2280](https://github.com/Applitools-Dev/sdk/issues/2280)) ([d15748f](https://github.com/Applitools-Dev/sdk/commit/d15748f68c931f2f84c13efd8472399c1ff72e25))
|
|
139
|
+
* @applitools/core-base bumped to 1.10.0
|
|
140
|
+
#### Features
|
|
141
|
+
|
|
142
|
+
* Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
|
|
143
|
+
* batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
|
|
144
|
+
* send heartbeat to keep test alive ([#2246](https://github.com/Applitools-Dev/sdk/issues/2246)) ([58636e7](https://github.com/Applitools-Dev/sdk/commit/58636e7dd353f06eb2b3bee1120ab81c3f9fcc94))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
#### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* retry Eyes request on ECONNREFUSED to improve stability during deployment ([d1e4dca](https://github.com/Applitools-Dev/sdk/commit/d1e4dcae79185578808b4f2c5f94fa79d7d914a3))
|
|
150
|
+
* @applitools/eyes bumped to 1.17.0
|
|
151
|
+
#### Features
|
|
152
|
+
|
|
153
|
+
* add Eyes.getResults method ([#2046](https://github.com/Applitools-Dev/sdk/issues/2046)) ([#2069](https://github.com/Applitools-Dev/sdk/issues/2069)) ([4d263e1](https://github.com/Applitools-Dev/sdk/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
|
154
|
+
* Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
|
|
155
|
+
* added `enableEyesLogs` configuration to the eyes service ([639ca8a](https://github.com/Applitools-Dev/sdk/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
|
|
156
|
+
* added `useExecutionCloud` configuration to the eyes service ([#2033](https://github.com/Applitools-Dev/sdk/issues/2033)) ([639ca8a](https://github.com/Applitools-Dev/sdk/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
|
|
157
|
+
* generate more enums ([#2179](https://github.com/Applitools-Dev/sdk/issues/2179)) ([5f4f916](https://github.com/Applitools-Dev/sdk/commit/5f4f91621b791a02464191123f69b12f590b9efe))
|
|
158
|
+
* ios multi device target ([#2160](https://github.com/Applitools-Dev/sdk/issues/2160)) ([3874fb8](https://github.com/Applitools-Dev/sdk/commit/3874fb8ad77039abbb5ab78c00ffb45829b2db28))
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
#### Bug Fixes
|
|
162
|
+
|
|
163
|
+
* error to unknown type in exception ([#2035](https://github.com/Applitools-Dev/sdk/issues/2035)) ([16d78c3](https://github.com/Applitools-Dev/sdk/commit/16d78c3cce90a5cb50cc2aa4e9ab6a58b7b93f89))
|
|
164
|
+
* fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/Applitools-Dev/sdk/commit/42a773cc57e8e5de528a049b376159615892003b))
|
|
165
|
+
* fixed issue when w3c properties were added to legacy capabilities object in `Eyes.setMobileCapabilities` method ([94d785f](https://github.com/Applitools-Dev/sdk/commit/94d785f0428df101c207d6f09a55c46f2bdbf19e))
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
* @applitools/ec-client bumped to 1.7.31
|
|
170
|
+
|
|
171
|
+
* @applitools/core bumped to 4.11.0
|
|
172
|
+
#### Features
|
|
173
|
+
|
|
174
|
+
* Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
|
|
175
|
+
* batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
3
180
|
## [3.42.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.42.2...js/eyes-cypress@3.42.3) (2024-03-18)
|
|
4
181
|
|
|
5
182
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-cypress",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.44.0",
|
|
4
4
|
"homepage": "https://applitools.com/docs/api-ref/sdk-api/cypress/",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"setup": "run --top-level xvfb:setup"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@applitools/core": "4.
|
|
58
|
-
"@applitools/eyes": "1.
|
|
57
|
+
"@applitools/core": "4.12.2",
|
|
58
|
+
"@applitools/eyes": "1.18.0",
|
|
59
59
|
"@applitools/functional-commons": "1.6.0",
|
|
60
|
-
"@applitools/logger": "2.0.
|
|
61
|
-
"@applitools/utils": "1.7.
|
|
60
|
+
"@applitools/logger": "2.0.15",
|
|
61
|
+
"@applitools/utils": "1.7.1",
|
|
62
62
|
"boxen": "5.1.2",
|
|
63
63
|
"chalk": "3.0.0",
|
|
64
64
|
"semver": "7.5.4",
|
package/types/expose.d.ts
CHANGED
|
@@ -319,6 +319,7 @@ export type CypressEyesConfig = {
|
|
|
319
319
|
environmentName?: string;
|
|
320
320
|
branchName?: string;
|
|
321
321
|
parentBranchName?: string;
|
|
322
|
+
gitMergeBaseTimestamp?: string;
|
|
322
323
|
baselineBranchName?: string;
|
|
323
324
|
compareWithParentBranch?: boolean;
|
|
324
325
|
ignoreBaseline?: boolean;
|
|
@@ -460,6 +461,7 @@ export type appliConfFile = {
|
|
|
460
461
|
environmentName?: string;
|
|
461
462
|
branchName?: string;
|
|
462
463
|
parentBranchName?: string;
|
|
464
|
+
gitMergeBaseTimestamp?: string;
|
|
463
465
|
baselineBranchName?: string;
|
|
464
466
|
compareWithParentBranch?: boolean;
|
|
465
467
|
ignoreBaseline?: boolean;
|