eyes_selenium 3.18.4 → 6.9.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.
- checksums.yaml +5 -5
- data/CHANGELOG.md +1713 -0
- data/Rakefile +86 -0
- data/eyes_selenium.gemspec +33 -0
- data/lib/applitools/eyes_selenium/version.rb +8 -0
- data/lib/applitools/selenium/browser_types.rb +14 -10
- data/lib/applitools/selenium/browsers_info.rb +8 -0
- data/lib/applitools/selenium/concerns/selenium_eyes.rb +2 -6
- data/lib/applitools/selenium/configuration.rb +13 -4
- data/lib/applitools/selenium/device_name_generated.rb +207 -0
- data/lib/applitools/selenium/devices.rb +106 -40
- data/lib/applitools/selenium/driver.rb +21 -1
- data/lib/applitools/selenium/eyes.rb +2 -2
- data/lib/applitools/selenium/full_page_capture_algorithm.rb +1 -1
- data/lib/applitools/selenium/selenium_eyes.rb +61 -49
- data/lib/applitools/selenium/target.rb +259 -162
- data/lib/applitools/selenium/visual_grid/chrome_emulation_info.rb +4 -0
- data/lib/applitools/selenium/visual_grid/desktop_browser_info.rb +6 -0
- data/lib/applitools/selenium/visual_grid/dom_snapshot_script.rb +2 -1
- data/lib/applitools/selenium/visual_grid/ios_device_info.rb +12 -0
- data/lib/applitools/selenium/visual_grid/ios_device_name.rb +3 -35
- data/lib/applitools/selenium/visual_grid/ios_device_name_generated.rb +93 -0
- data/lib/applitools/selenium/visual_grid/running_test.rb +1 -1
- data/lib/applitools/selenium/visual_grid/thread_pool.rb +2 -1
- data/lib/applitools/selenium/visual_grid/vg_resource.rb +7 -6
- data/lib/applitools/selenium/visual_grid/visual_grid_eyes.rb +139 -55
- data/lib/applitools/selenium/visual_grid/visual_grid_runner.rb +6 -2
- data/lib/eyes_selenium.rb +23 -2
- metadata +14 -26
- data/lib/applitools/selenium/scripts/process_page_and_poll.rb +0 -17
- data/lib/applitools/selenium/scripts/templates.rb +0 -34
- data/lib/applitools/version.rb +0 -5
data/CHANGELOG.md
ADDED
@@ -0,0 +1,1713 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [6.9.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.8.1...ruby/eyes_selenium@6.9.0) (2025-04-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* height layout breakpoints ([#2801](https://github.com/Applitools-Dev/sdk/issues/2801)) ([819e241](https://github.com/Applitools-Dev/sdk/commit/819e2418f1fd93220a07dfbcf1157ffcf4995dd7))
|
9
|
+
|
10
|
+
|
11
|
+
### Performance Improvements
|
12
|
+
|
13
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
14
|
+
|
15
|
+
|
16
|
+
### Dependencies
|
17
|
+
|
18
|
+
* @applitools/dom-snapshot bumped to 4.11.18
|
19
|
+
#### Bug Fixes
|
20
|
+
|
21
|
+
* simplify sandbox creation and ensure cleanup after execution ([#2869](https://github.com/Applitools-Dev/sdk/issues/2869)) ([72c5e01](https://github.com/Applitools-Dev/sdk/commit/72c5e01307f6abd83fab365a7e235124caae0694))
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
* @applitools/snippets bumped to 2.6.5
|
26
|
+
#### Performance Improvements
|
27
|
+
|
28
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
29
|
+
* @applitools/driver bumped to 1.21.1
|
30
|
+
#### Bug Fixes
|
31
|
+
|
32
|
+
* executePoll error logging FLD-2870 ([#2890](https://github.com/Applitools-Dev/sdk/issues/2890)) ([a8ff720](https://github.com/Applitools-Dev/sdk/commit/a8ff720efafacabe2023282748a6d8a0f1b3ff73))
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
* @applitools/spec-driver-webdriver bumped to 1.2.2
|
37
|
+
#### Performance Improvements
|
38
|
+
|
39
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
* @applitools/spec-driver-selenium bumped to 1.5.98
|
44
|
+
#### Performance Improvements
|
45
|
+
|
46
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.27
|
51
|
+
#### Performance Improvements
|
52
|
+
|
53
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
* @applitools/screenshoter bumped to 3.11.1
|
58
|
+
#### Performance Improvements
|
59
|
+
|
60
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
* @applitools/nml-client bumped to 1.9.1
|
65
|
+
#### Performance Improvements
|
66
|
+
|
67
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
* @applitools/tunnel-client bumped to 1.6.5
|
72
|
+
#### Bug Fixes
|
73
|
+
|
74
|
+
* enhance error messages in tunnel client ([cab26e6](https://github.com/Applitools-Dev/sdk/commit/cab26e6e3d56fa3cbabaa1a9c68de13046b8f57e))
|
75
|
+
* @applitools/ufg-client bumped to 1.16.9
|
76
|
+
#### Bug Fixes
|
77
|
+
|
78
|
+
* basic auth protected resources | FLD-2761 | FMRI-120 ([#2444](https://github.com/Applitools-Dev/sdk/issues/2444)) ([b48cf49](https://github.com/Applitools-Dev/sdk/commit/b48cf49dec50bbf1ed2ba111608a48cf09962565))
|
79
|
+
|
80
|
+
|
81
|
+
#### Performance Improvements
|
82
|
+
|
83
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
84
|
+
* @applitools/ec-client bumped to 1.10.9
|
85
|
+
#### Performance Improvements
|
86
|
+
|
87
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
* @applitools/core bumped to 4.37.0
|
92
|
+
#### Features
|
93
|
+
|
94
|
+
* height layout breakpoints ([#2801](https://github.com/Applitools-Dev/sdk/issues/2801)) ([819e241](https://github.com/Applitools-Dev/sdk/commit/819e2418f1fd93220a07dfbcf1157ffcf4995dd7))
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
* eyes_universal bumped to 4.37.0
|
99
|
+
#### Performance Improvements
|
100
|
+
|
101
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
* eyes_core bumped to 6.7.0
|
106
|
+
#### Features
|
107
|
+
|
108
|
+
* height layout breakpoints ([#2801](https://github.com/Applitools-Dev/sdk/issues/2801)) ([819e241](https://github.com/Applitools-Dev/sdk/commit/819e2418f1fd93220a07dfbcf1157ffcf4995dd7))
|
109
|
+
|
110
|
+
|
111
|
+
#### Performance Improvements
|
112
|
+
|
113
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
## [6.8.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.8.0...ruby/eyes_selenium@6.8.1) (2025-04-03)
|
119
|
+
|
120
|
+
|
121
|
+
### Dependencies
|
122
|
+
|
123
|
+
* @applitools/core bumped to 4.35.1
|
124
|
+
#### Bug Fixes
|
125
|
+
|
126
|
+
* dummy ([9b8ffef](https://github.com/Applitools-Dev/sdk/commit/9b8ffef6277015a9073caf50f5dc5741986fbf07))
|
127
|
+
* eyes_universal bumped to 4.35.1
|
128
|
+
|
129
|
+
* eyes_core bumped to 6.6.1
|
130
|
+
|
131
|
+
|
132
|
+
## [6.8.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.7.1...ruby/eyes_selenium@6.8.0) (2025-03-26)
|
133
|
+
|
134
|
+
|
135
|
+
### Dependencies
|
136
|
+
|
137
|
+
* @applitools/core bumped to 4.33.0
|
138
|
+
### Features
|
139
|
+
|
140
|
+
* support HTTPS_PROXY and HTTP_PROXY environment variables ([#2795](https://github.com/Applitools-Dev/sdk/issues/2795)) ([226ae08](https://github.com/Applitools-Dev/sdk/commit/226ae08627381a1212df8b938c6576e82c777914))
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
## [6.7.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.7.0...ruby/eyes_selenium@6.7.1) (2025-03-06)
|
145
|
+
|
146
|
+
|
147
|
+
### Dependencies
|
148
|
+
|
149
|
+
* @applitools/core bumped to 4.32.2
|
150
|
+
#### Bug Fixes
|
151
|
+
|
152
|
+
* add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
|
153
|
+
* support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
|
154
|
+
* eyes_universal bumped to 4.32.2
|
155
|
+
|
156
|
+
* eyes_core bumped to 6.5.3
|
157
|
+
|
158
|
+
|
159
|
+
## [6.7.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.6.1...ruby/eyes_selenium@6.7.0) (2025-01-30)
|
160
|
+
|
161
|
+
|
162
|
+
### Features
|
163
|
+
|
164
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
165
|
+
|
166
|
+
|
167
|
+
### Dependencies
|
168
|
+
|
169
|
+
* @applitools/dom-snapshot bumped to 4.11.15
|
170
|
+
|
171
|
+
* @applitools/driver bumped to 1.20.4
|
172
|
+
#### Bug Fixes
|
173
|
+
|
174
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
175
|
+
* eyes_universal bumped to 4.31.0
|
176
|
+
#### Features
|
177
|
+
|
178
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.25
|
183
|
+
|
184
|
+
* @applitools/spec-driver-selenium bumped to 1.5.95
|
185
|
+
|
186
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.24
|
187
|
+
|
188
|
+
* @applitools/screenshoter bumped to 3.10.5
|
189
|
+
|
190
|
+
* @applitools/nml-client bumped to 1.8.24
|
191
|
+
|
192
|
+
* @applitools/ufg-client bumped to 1.16.3
|
193
|
+
#### Bug Fixes
|
194
|
+
|
195
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
196
|
+
* @applitools/ec-client bumped to 1.10.3
|
197
|
+
|
198
|
+
* @applitools/core bumped to 4.31.0
|
199
|
+
#### Features
|
200
|
+
|
201
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
202
|
+
|
203
|
+
|
204
|
+
#### Bug Fixes
|
205
|
+
|
206
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
207
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
* eyes_core bumped to 6.5.2
|
212
|
+
|
213
|
+
|
214
|
+
## [6.6.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.6.0...ruby/eyes_selenium@6.6.1) (2025-01-19)
|
215
|
+
|
216
|
+
|
217
|
+
### Dependencies
|
218
|
+
|
219
|
+
* @applitools/socket bumped to 1.2.1
|
220
|
+
#### Bug Fixes
|
221
|
+
|
222
|
+
* mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
|
223
|
+
* @applitools/req bumped to 1.7.7
|
224
|
+
#### Bug Fixes
|
225
|
+
|
226
|
+
* memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
|
227
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.24
|
228
|
+
#### Bug Fixes
|
229
|
+
|
230
|
+
* universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
|
231
|
+
* @applitools/tunnel-client bumped to 1.6.1
|
232
|
+
#### Bug Fixes
|
233
|
+
|
234
|
+
* memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
* @applitools/screenshoter bumped to 3.10.4
|
239
|
+
|
240
|
+
* @applitools/nml-client bumped to 1.8.23
|
241
|
+
|
242
|
+
* @applitools/ufg-client bumped to 1.16.1
|
243
|
+
#### Bug Fixes
|
244
|
+
|
245
|
+
* memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
* @applitools/core-base bumped to 1.22.1
|
250
|
+
|
251
|
+
* @applitools/ec-client bumped to 1.10.2
|
252
|
+
|
253
|
+
* @applitools/core bumped to 4.29.1
|
254
|
+
#### Bug Fixes
|
255
|
+
|
256
|
+
* mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
|
257
|
+
* universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
* eyes_universal bumped to 4.29.1
|
262
|
+
|
263
|
+
* eyes_core bumped to 6.5.1
|
264
|
+
|
265
|
+
|
266
|
+
## [6.6.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.5.1...ruby/eyes_selenium@6.6.0) (2024-12-31)
|
267
|
+
|
268
|
+
|
269
|
+
### Features
|
270
|
+
|
271
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
272
|
+
|
273
|
+
|
274
|
+
### Dependencies
|
275
|
+
|
276
|
+
* @applitools/utils bumped to 1.7.7
|
277
|
+
#### Bug Fixes
|
278
|
+
|
279
|
+
* shim process execution functions for browser environment ([#2698](https://github.com/Applitools-Dev/sdk/issues/2698)) ([8d77db4](https://github.com/Applitools-Dev/sdk/commit/8d77db48e1c7fd54cad92c89a819a924255e5868))
|
280
|
+
* @applitools/logger bumped to 2.1.0
|
281
|
+
#### Features
|
282
|
+
|
283
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
* @applitools/dom-snapshot bumped to 4.11.13
|
288
|
+
#### Bug Fixes
|
289
|
+
|
290
|
+
* code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
* @applitools/socket bumped to 1.2.0
|
295
|
+
#### Features
|
296
|
+
|
297
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
* @applitools/req bumped to 1.7.6
|
302
|
+
|
303
|
+
* @applitools/image bumped to 1.1.16
|
304
|
+
|
305
|
+
* @applitools/dom-capture bumped to 11.5.3
|
306
|
+
#### Bug Fixes
|
307
|
+
|
308
|
+
* code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
|
309
|
+
* @applitools/driver bumped to 1.20.2
|
310
|
+
|
311
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.22
|
312
|
+
|
313
|
+
* @applitools/tunnel-client bumped to 1.6.0
|
314
|
+
#### Features
|
315
|
+
|
316
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
* @applitools/core-base bumped to 1.22.0
|
321
|
+
#### Features
|
322
|
+
|
323
|
+
* deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
|
324
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
325
|
+
|
326
|
+
|
327
|
+
|
328
|
+
* @applitools/ec-client bumped to 1.10.0
|
329
|
+
#### Features
|
330
|
+
|
331
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
* eyes_universal bumped to 4.28.0
|
336
|
+
#### Features
|
337
|
+
|
338
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.22
|
343
|
+
|
344
|
+
* @applitools/spec-driver-selenium bumped to 1.5.93
|
345
|
+
|
346
|
+
* @applitools/screenshoter bumped to 3.10.2
|
347
|
+
|
348
|
+
* @applitools/nml-client bumped to 1.8.21
|
349
|
+
|
350
|
+
* @applitools/ufg-client bumped to 1.16.0
|
351
|
+
#### Features
|
352
|
+
|
353
|
+
* deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
|
354
|
+
|
355
|
+
|
356
|
+
#### Bug Fixes
|
357
|
+
|
358
|
+
* code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
* @applitools/core bumped to 4.28.0
|
363
|
+
#### Features
|
364
|
+
|
365
|
+
* deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
|
366
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
367
|
+
|
368
|
+
|
369
|
+
#### Bug Fixes
|
370
|
+
|
371
|
+
* take snapshots with coded regions on pages that has cross origin frames ([#2705](https://github.com/Applitools-Dev/sdk/issues/2705)) ([5972fec](https://github.com/Applitools-Dev/sdk/commit/5972fec890a1454a9f96c4eddcf17634e72111aa))
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
* eyes_core bumped to 6.5.0
|
376
|
+
#### Features
|
377
|
+
|
378
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
|
383
|
+
## [6.5.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.5.0...ruby/eyes_selenium@6.5.1) (2024-11-27)
|
384
|
+
|
385
|
+
|
386
|
+
### Dependencies
|
387
|
+
|
388
|
+
* @applitools/dom-shared bumped to 1.0.16
|
389
|
+
#### Bug Fixes
|
390
|
+
|
391
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
392
|
+
* @applitools/req bumped to 1.7.4
|
393
|
+
#### Bug Fixes
|
394
|
+
|
395
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
396
|
+
* @applitools/core-base bumped to 1.19.3
|
397
|
+
#### Bug Fixes
|
398
|
+
|
399
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
* @applitools/dom-capture bumped to 11.5.2
|
404
|
+
|
405
|
+
* @applitools/nml-client bumped to 1.8.19
|
406
|
+
|
407
|
+
* @applitools/ufg-client bumped to 1.14.1
|
408
|
+
|
409
|
+
* @applitools/core bumped to 4.24.2
|
410
|
+
#### Bug Fixes
|
411
|
+
|
412
|
+
* don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
|
413
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
418
|
+
|
419
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
420
|
+
|
421
|
+
* @applitools/ec-client bumped to 1.9.15
|
422
|
+
|
423
|
+
* eyes_universal bumped to 4.24.2
|
424
|
+
|
425
|
+
* eyes_core bumped to 6.4.2
|
426
|
+
|
427
|
+
|
428
|
+
## [6.5.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.4.0...ruby/eyes_selenium@6.5.0) (2024-10-29)
|
429
|
+
|
430
|
+
|
431
|
+
### Features
|
432
|
+
|
433
|
+
* ios 18 devices enum ([#2584](https://github.com/Applitools-Dev/sdk/issues/2584)) ([8eab653](https://github.com/Applitools-Dev/sdk/commit/8eab653f99733839bdec43d86089edc35abcf8e8))
|
434
|
+
|
435
|
+
|
436
|
+
### Dependencies
|
437
|
+
|
438
|
+
* @applitools/screenshoter bumped to 3.9.2
|
439
|
+
#### Bug Fixes
|
440
|
+
|
441
|
+
* test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
|
442
|
+
* @applitools/core bumped to 4.21.2
|
443
|
+
|
444
|
+
* eyes_universal bumped to 4.21.2
|
445
|
+
|
446
|
+
* eyes_core bumped to 6.4.1
|
447
|
+
|
448
|
+
|
449
|
+
## [6.4.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.8...ruby/eyes_selenium@6.4.0) (2024-10-21)
|
450
|
+
|
451
|
+
|
452
|
+
### Features
|
453
|
+
|
454
|
+
* add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
|
455
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
456
|
+
|
457
|
+
|
458
|
+
### Dependencies
|
459
|
+
|
460
|
+
* @applitools/snippets bumped to 2.5.1
|
461
|
+
#### Bug Fixes
|
462
|
+
|
463
|
+
* isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
|
464
|
+
* @applitools/core-base bumped to 1.18.0
|
465
|
+
#### Features
|
466
|
+
|
467
|
+
* ability to download side by side with highlighted diffs (2419) ([#2530](https://github.com/Applitools-Dev/sdk/issues/2530)) ([e06ce69](https://github.com/Applitools-Dev/sdk/commit/e06ce699f30e9e444ac58dafdf5989ff1c96ca1c))
|
468
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
469
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
470
|
+
* @applitools/driver bumped to 1.19.3
|
471
|
+
|
472
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.15
|
473
|
+
|
474
|
+
* @applitools/spec-driver-selenium bumped to 1.5.86
|
475
|
+
|
476
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.15
|
477
|
+
|
478
|
+
* @applitools/screenshoter bumped to 3.9.0
|
479
|
+
#### Features
|
480
|
+
|
481
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
482
|
+
|
483
|
+
|
484
|
+
|
485
|
+
* @applitools/nml-client bumped to 1.8.13
|
486
|
+
|
487
|
+
* @applitools/ec-client bumped to 1.9.9
|
488
|
+
|
489
|
+
* @applitools/core bumped to 4.21.0
|
490
|
+
#### Features
|
491
|
+
|
492
|
+
* add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
|
493
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
494
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
495
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
496
|
+
|
497
|
+
|
498
|
+
#### Bug Fixes
|
499
|
+
|
500
|
+
* don't remove offline execution folder after running ([654e195](https://github.com/Applitools-Dev/sdk/commit/654e195dd50dc7dab93dd907ec26d788549c6e81))
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
* eyes_universal bumped to 4.21.0
|
505
|
+
|
506
|
+
* eyes_core bumped to 6.4.0
|
507
|
+
#### Features
|
508
|
+
|
509
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.7...ruby/eyes_selenium@6.3.8) (2024-09-10)
|
515
|
+
|
516
|
+
|
517
|
+
### Bug Fixes
|
518
|
+
|
519
|
+
* update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
|
520
|
+
|
521
|
+
|
522
|
+
### Dependencies
|
523
|
+
|
524
|
+
* @applitools/dom-capture bumped to 11.4.0
|
525
|
+
#### Features
|
526
|
+
|
527
|
+
* ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
|
528
|
+
* @applitools/driver bumped to 1.19.0
|
529
|
+
#### Features
|
530
|
+
|
531
|
+
* add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
|
532
|
+
|
533
|
+
|
534
|
+
#### Bug Fixes
|
535
|
+
|
536
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
537
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
538
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
539
|
+
#### Bug Fixes
|
540
|
+
|
541
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
* @applitools/core-base bumped to 1.16.1
|
546
|
+
#### Bug Fixes
|
547
|
+
|
548
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
549
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
550
|
+
|
551
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
552
|
+
|
553
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
554
|
+
|
555
|
+
* @applitools/screenshoter bumped to 3.8.36
|
556
|
+
|
557
|
+
* @applitools/nml-client bumped to 1.8.10
|
558
|
+
|
559
|
+
* @applitools/ec-client bumped to 1.9.4
|
560
|
+
|
561
|
+
* @applitools/core bumped to 4.18.2
|
562
|
+
#### Bug Fixes
|
563
|
+
|
564
|
+
* don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
* eyes_universal bumped to 4.18.2
|
569
|
+
|
570
|
+
* eyes_core bumped to 6.3.8
|
571
|
+
|
572
|
+
|
573
|
+
## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.6...ruby/eyes_selenium@6.3.7) (2024-07-23)
|
574
|
+
|
575
|
+
|
576
|
+
### Dependencies
|
577
|
+
|
578
|
+
* @applitools/driver bumped to 1.18.0
|
579
|
+
#### Features
|
580
|
+
|
581
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
582
|
+
|
583
|
+
|
584
|
+
#### Bug Fixes
|
585
|
+
|
586
|
+
* executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
|
587
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.11
|
588
|
+
|
589
|
+
* @applitools/spec-driver-selenium bumped to 1.5.82
|
590
|
+
|
591
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.11
|
592
|
+
|
593
|
+
* @applitools/screenshoter bumped to 3.8.35
|
594
|
+
|
595
|
+
* @applitools/nml-client bumped to 1.8.9
|
596
|
+
|
597
|
+
* @applitools/ufg-client bumped to 1.12.3
|
598
|
+
#### Bug Fixes
|
599
|
+
|
600
|
+
* update makeUploadResource to include apiKey in the cache key ([#2411](https://github.com/Applitools-Dev/sdk/issues/2411)) ([4114c58](https://github.com/Applitools-Dev/sdk/commit/4114c58ec16fa855374b23810cef1e36d4bb53a7))
|
601
|
+
|
602
|
+
|
603
|
+
#### Performance Improvements
|
604
|
+
|
605
|
+
* trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
|
606
|
+
* @applitools/ec-client bumped to 1.9.3
|
607
|
+
|
608
|
+
* @applitools/core bumped to 4.18.0
|
609
|
+
#### Features
|
610
|
+
|
611
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
* eyes_universal bumped to 4.18.0
|
616
|
+
|
617
|
+
* eyes_core bumped to 6.3.7
|
618
|
+
|
619
|
+
|
620
|
+
## [6.3.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.5...ruby/eyes_selenium@6.3.6) (2024-05-28)
|
621
|
+
|
622
|
+
|
623
|
+
### Dependencies
|
624
|
+
|
625
|
+
* @applitools/req bumped to 1.7.0
|
626
|
+
#### Features
|
627
|
+
|
628
|
+
* dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
|
629
|
+
* @applitools/nml-client bumped to 1.8.5
|
630
|
+
|
631
|
+
* @applitools/tunnel-client bumped to 1.5.3
|
632
|
+
|
633
|
+
* @applitools/ufg-client bumped to 1.12.0
|
634
|
+
#### Features
|
635
|
+
|
636
|
+
* dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
* @applitools/ec-client bumped to 1.8.6
|
641
|
+
|
642
|
+
* @applitools/core-base bumped to 1.15.0
|
643
|
+
#### Features
|
644
|
+
|
645
|
+
* tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
|
646
|
+
|
647
|
+
|
648
|
+
#### Bug Fixes
|
649
|
+
|
650
|
+
* multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
* @applitools/core bumped to 4.16.0
|
655
|
+
#### Features
|
656
|
+
|
657
|
+
* tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
|
658
|
+
|
659
|
+
|
660
|
+
#### Bug Fixes
|
661
|
+
|
662
|
+
* multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
|
663
|
+
* throw from createRenderResults if rendering failed ([#2352](https://github.com/Applitools-Dev/sdk/issues/2352)) ([50b0394](https://github.com/Applitools-Dev/sdk/commit/50b0394f35464f4d61dd578bf7e84947af00b99b))
|
664
|
+
|
665
|
+
|
666
|
+
#### Performance Improvements
|
667
|
+
|
668
|
+
* don't wait for ufg client when take-snapshots performed on non-… ([#2366](https://github.com/Applitools-Dev/sdk/issues/2366)) ([4d8ab41](https://github.com/Applitools-Dev/sdk/commit/4d8ab41a421ff9b7f6f7d107bc8c5e9647404430))
|
669
|
+
|
670
|
+
|
671
|
+
#### Code Refactoring
|
672
|
+
|
673
|
+
* remove eyesServerUrl and apiKey when not necessary ([#2345](https://github.com/Applitools-Dev/sdk/issues/2345)) ([121ae5d](https://github.com/Applitools-Dev/sdk/commit/121ae5d00417d70d9857b8199b4bcfd92de353c6))
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
* eyes_universal bumped to 4.16.0
|
678
|
+
|
679
|
+
* eyes_core bumped to 6.3.6
|
680
|
+
|
681
|
+
|
682
|
+
## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.4...ruby/eyes_selenium@6.3.5) (2024-05-07)
|
683
|
+
|
684
|
+
|
685
|
+
### Dependencies
|
686
|
+
|
687
|
+
* @applitools/dom-capture bumped to 11.2.7
|
688
|
+
#### Bug Fixes
|
689
|
+
|
690
|
+
* capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
|
691
|
+
* @applitools/core-base bumped to 1.14.0
|
692
|
+
#### Features
|
693
|
+
|
694
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
695
|
+
* long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
|
696
|
+
* @applitools/core bumped to 4.15.0
|
697
|
+
#### Features
|
698
|
+
|
699
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
* @applitools/ec-client bumped to 1.8.5
|
704
|
+
|
705
|
+
* eyes_universal bumped to 4.15.0
|
706
|
+
|
707
|
+
* eyes_core bumped to 6.3.5
|
708
|
+
|
709
|
+
|
710
|
+
## [6.3.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.3...ruby/eyes_selenium@6.3.4) (2024-05-01)
|
711
|
+
|
712
|
+
|
713
|
+
### Dependencies
|
714
|
+
|
715
|
+
* @applitools/dom-snapshot bumped to 4.11.1
|
716
|
+
#### Bug Fixes
|
717
|
+
|
718
|
+
* support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
|
719
|
+
* @applitools/driver bumped to 1.17.2
|
720
|
+
#### Bug Fixes
|
721
|
+
|
722
|
+
* cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
|
723
|
+
* @applitools/core-base bumped to 1.13.0
|
724
|
+
#### Features
|
725
|
+
|
726
|
+
* `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
|
727
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.7
|
728
|
+
|
729
|
+
* @applitools/spec-driver-selenium bumped to 1.5.78
|
730
|
+
|
731
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.7
|
732
|
+
|
733
|
+
* @applitools/screenshoter bumped to 3.8.31
|
734
|
+
|
735
|
+
* @applitools/nml-client bumped to 1.8.4
|
736
|
+
|
737
|
+
* @applitools/ec-client bumped to 1.8.4
|
738
|
+
|
739
|
+
* @applitools/core bumped to 4.14.0
|
740
|
+
#### Features
|
741
|
+
|
742
|
+
* `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
|
743
|
+
|
744
|
+
|
745
|
+
#### Bug Fixes
|
746
|
+
|
747
|
+
* cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
|
748
|
+
* support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
|
749
|
+
|
750
|
+
|
751
|
+
|
752
|
+
* eyes_universal bumped to 4.14.0
|
753
|
+
|
754
|
+
* eyes_core bumped to 6.3.4
|
755
|
+
|
756
|
+
|
757
|
+
## [6.3.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.2...ruby/eyes_selenium@6.3.3) (2024-04-15)
|
758
|
+
|
759
|
+
|
760
|
+
### Dependencies
|
761
|
+
|
762
|
+
* @applitools/utils bumped to 1.7.1
|
763
|
+
#### Bug Fixes
|
764
|
+
|
765
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
766
|
+
* @applitools/logger bumped to 2.0.15
|
767
|
+
|
768
|
+
* @applitools/req bumped to 1.6.6
|
769
|
+
|
770
|
+
* @applitools/image bumped to 1.1.10
|
771
|
+
|
772
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.4
|
773
|
+
|
774
|
+
* @applitools/spec-driver-selenium bumped to 1.5.75
|
775
|
+
|
776
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.4
|
777
|
+
|
778
|
+
* @applitools/driver bumped to 1.16.6
|
779
|
+
|
780
|
+
* @applitools/screenshoter bumped to 3.8.28
|
781
|
+
|
782
|
+
* @applitools/nml-client bumped to 1.8.1
|
783
|
+
|
784
|
+
* @applitools/tunnel-client bumped to 1.5.1
|
785
|
+
#### Bug Fixes
|
786
|
+
|
787
|
+
* 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))
|
788
|
+
|
789
|
+
|
790
|
+
|
791
|
+
* @applitools/ufg-client bumped to 1.11.1
|
792
|
+
|
793
|
+
* @applitools/ec-client bumped to 1.8.1
|
794
|
+
#### Bug Fixes
|
795
|
+
|
796
|
+
* 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))
|
797
|
+
* 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))
|
798
|
+
|
799
|
+
|
800
|
+
|
801
|
+
* @applitools/core bumped to 4.12.2
|
802
|
+
#### Bug Fixes
|
803
|
+
|
804
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
* @applitools/socket bumped to 1.1.15
|
809
|
+
|
810
|
+
* @applitools/core-base bumped to 1.11.1
|
811
|
+
|
812
|
+
* eyes_universal bumped to 4.12.2
|
813
|
+
|
814
|
+
* eyes_core bumped to 6.3.3
|
815
|
+
|
816
|
+
|
817
|
+
## [6.3.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.1...ruby/eyes_selenium@6.3.2) (2024-04-01)
|
818
|
+
|
819
|
+
|
820
|
+
### Bug Fixes
|
821
|
+
|
822
|
+
* trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
|
823
|
+
|
824
|
+
|
825
|
+
### Dependencies
|
826
|
+
|
827
|
+
* @applitools/core bumped to 4.11.2
|
828
|
+
#### Bug Fixes
|
829
|
+
|
830
|
+
* trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
|
831
|
+
* eyes_universal bumped to 4.11.2
|
832
|
+
#### Bug Fixes
|
833
|
+
|
834
|
+
* trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
|
835
|
+
|
836
|
+
|
837
|
+
|
838
|
+
* eyes_core bumped to 6.3.2
|
839
|
+
#### Bug Fixes
|
840
|
+
|
841
|
+
* trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
|
842
|
+
|
843
|
+
|
844
|
+
|
845
|
+
|
846
|
+
## [6.3.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.0...ruby/eyes_selenium@6.3.1) (2024-03-31)
|
847
|
+
|
848
|
+
|
849
|
+
### Dependencies
|
850
|
+
|
851
|
+
* @applitools/spec-driver-selenium bumped to 1.5.73
|
852
|
+
#### Bug Fixes
|
853
|
+
|
854
|
+
* remove getSessionDetails call in JS Selenium ([#2280](https://github.com/Applitools-Dev/sdk/issues/2280)) ([d15748f](https://github.com/Applitools-Dev/sdk/commit/d15748f68c931f2f84c13efd8472399c1ff72e25))
|
855
|
+
* @applitools/core-base bumped to 1.10.0
|
856
|
+
#### Features
|
857
|
+
|
858
|
+
* Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
|
859
|
+
* batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
|
860
|
+
* send heartbeat to keep test alive ([#2246](https://github.com/Applitools-Dev/sdk/issues/2246)) ([58636e7](https://github.com/Applitools-Dev/sdk/commit/58636e7dd353f06eb2b3bee1120ab81c3f9fcc94))
|
861
|
+
|
862
|
+
|
863
|
+
#### Bug Fixes
|
864
|
+
|
865
|
+
* retry Eyes request on ECONNREFUSED to improve stability during deployment ([d1e4dca](https://github.com/Applitools-Dev/sdk/commit/d1e4dcae79185578808b4f2c5f94fa79d7d914a3))
|
866
|
+
* @applitools/core bumped to 4.11.0
|
867
|
+
#### Features
|
868
|
+
|
869
|
+
* Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
|
870
|
+
* batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
|
871
|
+
|
872
|
+
|
873
|
+
|
874
|
+
* @applitools/ec-client bumped to 1.7.31
|
875
|
+
|
876
|
+
* eyes_universal bumped to 4.11.0
|
877
|
+
|
878
|
+
* eyes_core bumped to 6.3.1
|
879
|
+
|
880
|
+
|
881
|
+
## [6.3.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.2.0...ruby/eyes_selenium@6.3.0) (2024-03-20)
|
882
|
+
|
883
|
+
|
884
|
+
### Features
|
885
|
+
|
886
|
+
* align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
|
887
|
+
|
888
|
+
|
889
|
+
### Bug Fixes
|
890
|
+
|
891
|
+
* trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
|
892
|
+
* trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
|
893
|
+
|
894
|
+
|
895
|
+
### Dependencies
|
896
|
+
|
897
|
+
* @applitools/core bumped to 4.10.5
|
898
|
+
#### Bug Fixes
|
899
|
+
|
900
|
+
* include js core in ruby,python,dotnet release PR ([8326659](https://github.com/Applitools-Dev/sdk/commit/83266595ca3d2e21d7e2d5a50d299c42de4ea96c))
|
901
|
+
* eyes_universal bumped to 4.10.5
|
902
|
+
#### Features
|
903
|
+
|
904
|
+
* align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
|
905
|
+
|
906
|
+
|
907
|
+
#### Bug Fixes
|
908
|
+
|
909
|
+
* trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
|
910
|
+
* trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
|
911
|
+
|
912
|
+
|
913
|
+
|
914
|
+
* eyes_core bumped to 6.3.0
|
915
|
+
#### Features
|
916
|
+
|
917
|
+
* align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
|
918
|
+
|
919
|
+
|
920
|
+
#### Bug Fixes
|
921
|
+
|
922
|
+
* trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
|
923
|
+
* trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
|
924
|
+
|
925
|
+
|
926
|
+
|
927
|
+
|
928
|
+
## [6.2.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.1.3...ruby/eyes_selenium@6.2.0) (2024-03-20)
|
929
|
+
|
930
|
+
|
931
|
+
### Features
|
932
|
+
|
933
|
+
* bump minor version in all ruby packages ([2a59606](https://github.com/Applitools-Dev/sdk/commit/2a596062675a71203a6c6b15249223a17f25a841))
|
934
|
+
|
935
|
+
|
936
|
+
### Bug Fixes
|
937
|
+
|
938
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
939
|
+
|
940
|
+
|
941
|
+
### Dependencies
|
942
|
+
|
943
|
+
* @applitools/core bumped to 4.10.4
|
944
|
+
#### Bug Fixes
|
945
|
+
|
946
|
+
* include js core in ruby release PR ([be9b7f1](https://github.com/Applitools-Dev/sdk/commit/be9b7f150e72982f2a6171553864fd4561df0d8f))
|
947
|
+
* eyes_universal bumped to 4.10.4
|
948
|
+
#### Bug Fixes
|
949
|
+
|
950
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
951
|
+
|
952
|
+
|
953
|
+
|
954
|
+
* eyes_core bumped to 6.2.0
|
955
|
+
#### Features
|
956
|
+
|
957
|
+
* bump minor version in core ruby package ([62a3db2](https://github.com/Applitools-Dev/sdk/commit/62a3db2143ec2a8ecfcde7f3d179139678fb326b))
|
958
|
+
|
959
|
+
|
960
|
+
#### Bug Fixes
|
961
|
+
|
962
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
963
|
+
|
964
|
+
|
965
|
+
|
966
|
+
|
967
|
+
## [6.1.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.1.2...ruby/eyes_selenium@6.1.3) (2024-03-19)
|
968
|
+
|
969
|
+
|
970
|
+
### Bug Fixes
|
971
|
+
|
972
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
973
|
+
|
974
|
+
|
975
|
+
### Dependencies
|
976
|
+
|
977
|
+
* @applitools/core bumped to 4.10.3
|
978
|
+
#### Bug Fixes
|
979
|
+
|
980
|
+
* trigger release of js core ([3518656](https://github.com/Applitools-Dev/sdk/commit/351865693f0ca700c563d079e78fe1ef9b557d36))
|
981
|
+
* eyes_universal bumped to 4.10.3
|
982
|
+
#### Bug Fixes
|
983
|
+
|
984
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
985
|
+
|
986
|
+
|
987
|
+
|
988
|
+
* eyes_core bumped to 6.1.3
|
989
|
+
#### Bug Fixes
|
990
|
+
|
991
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
992
|
+
|
993
|
+
|
994
|
+
|
995
|
+
|
996
|
+
## [6.1.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.1.1...ruby/eyes_selenium@6.1.2) (2024-03-17)
|
997
|
+
|
998
|
+
|
999
|
+
### Dependencies
|
1000
|
+
|
1001
|
+
* @applitools/css-tree bumped to 1.1.0
|
1002
|
+
#### Features
|
1003
|
+
|
1004
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
1005
|
+
* @applitools/dom-snapshot bumped to 4.9.0
|
1006
|
+
#### Features
|
1007
|
+
|
1008
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
1009
|
+
|
1010
|
+
|
1011
|
+
|
1012
|
+
* @applitools/driver bumped to 1.16.3
|
1013
|
+
#### Bug Fixes
|
1014
|
+
|
1015
|
+
* skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
|
1016
|
+
* trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
|
1017
|
+
* @applitools/ufg-client bumped to 1.10.0
|
1018
|
+
#### Features
|
1019
|
+
|
1020
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
1021
|
+
* throttle fetching resources by default ([#2216](https://github.com/Applitools-Dev/sdk/issues/2216)) ([a2da800](https://github.com/Applitools-Dev/sdk/commit/a2da80076eb30241a168500903a9d80344900213))
|
1022
|
+
|
1023
|
+
|
1024
|
+
|
1025
|
+
* @applitools/core bumped to 4.10.0
|
1026
|
+
#### Features
|
1027
|
+
|
1028
|
+
* support webview in nml ([#2236](https://github.com/Applitools-Dev/sdk/issues/2236)) ([b4440d8](https://github.com/Applitools-Dev/sdk/commit/b4440d86a863d1af8089f8606ac6819636fa46f4))
|
1029
|
+
|
1030
|
+
|
1031
|
+
|
1032
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.1
|
1033
|
+
|
1034
|
+
* @applitools/spec-driver-selenium bumped to 1.5.70
|
1035
|
+
|
1036
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.1
|
1037
|
+
|
1038
|
+
* @applitools/screenshoter bumped to 3.8.25
|
1039
|
+
|
1040
|
+
* @applitools/nml-client bumped to 1.7.3
|
1041
|
+
|
1042
|
+
* @applitools/ec-client bumped to 1.7.28
|
1043
|
+
|
1044
|
+
* eyes_universal bumped to 4.10.0
|
1045
|
+
|
1046
|
+
* eyes_core bumped to 6.1.2
|
1047
|
+
|
1048
|
+
|
1049
|
+
## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_selenium@6.1.0...ruby/eyes_selenium@6.1.1) (2024-02-29)
|
1050
|
+
|
1051
|
+
|
1052
|
+
### Dependencies
|
1053
|
+
|
1054
|
+
* @applitools/req bumped to 1.6.5
|
1055
|
+
#### Bug Fixes
|
1056
|
+
|
1057
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
1058
|
+
* @applitools/dom-shared bumped to 1.0.13
|
1059
|
+
#### Bug Fixes
|
1060
|
+
|
1061
|
+
* dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
|
1062
|
+
* @applitools/core-base bumped to 1.9.1
|
1063
|
+
#### Bug Fixes
|
1064
|
+
|
1065
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
1066
|
+
|
1067
|
+
|
1068
|
+
|
1069
|
+
* @applitools/dom-capture bumped to 11.2.6
|
1070
|
+
|
1071
|
+
* @applitools/dom-snapshot bumped to 4.8.1
|
1072
|
+
|
1073
|
+
* @applitools/nml-client bumped to 1.7.2
|
1074
|
+
|
1075
|
+
* @applitools/tunnel-client bumped to 1.4.1
|
1076
|
+
#### Bug Fixes
|
1077
|
+
|
1078
|
+
* upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
|
1079
|
+
|
1080
|
+
|
1081
|
+
|
1082
|
+
* @applitools/ufg-client bumped to 1.9.10
|
1083
|
+
|
1084
|
+
* @applitools/ec-client bumped to 1.7.27
|
1085
|
+
|
1086
|
+
* @applitools/core bumped to 4.9.1
|
1087
|
+
|
1088
|
+
* eyes_universal bumped to 4.9.1
|
1089
|
+
|
1090
|
+
* eyes_core bumped to 6.1.1
|
1091
|
+
|
1092
|
+
|
1093
|
+
## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_selenium-v6.0.4...ruby/eyes_selenium@6.1.0) (2024-02-19)
|
1094
|
+
|
1095
|
+
|
1096
|
+
### Features
|
1097
|
+
|
1098
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
1099
|
+
* added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
|
1100
|
+
|
1101
|
+
|
1102
|
+
### Dependencies
|
1103
|
+
|
1104
|
+
* @applitools/dom-snapshot bumped to 4.7.17
|
1105
|
+
#### Bug Fixes
|
1106
|
+
|
1107
|
+
* throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
|
1108
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.57
|
1109
|
+
#### Bug Fixes
|
1110
|
+
|
1111
|
+
* fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
|
1112
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.0
|
1113
|
+
#### Features
|
1114
|
+
|
1115
|
+
* added support for puppeteer >= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
|
1116
|
+
* @applitools/nml-client bumped to 1.7.0
|
1117
|
+
#### Features
|
1118
|
+
|
1119
|
+
* add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
|
1120
|
+
|
1121
|
+
|
1122
|
+
#### Bug Fixes
|
1123
|
+
|
1124
|
+
* missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
|
1125
|
+
|
1126
|
+
|
1127
|
+
|
1128
|
+
* @applitools/screenshoter bumped to 3.8.23
|
1129
|
+
|
1130
|
+
* @applitools/ec-client bumped to 1.7.25
|
1131
|
+
|
1132
|
+
* @applitools/core bumped to 4.8.0
|
1133
|
+
#### Features
|
1134
|
+
|
1135
|
+
* add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
|
1136
|
+
|
1137
|
+
|
1138
|
+
#### Bug Fixes
|
1139
|
+
|
1140
|
+
* missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
|
1141
|
+
* nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
|
1142
|
+
* throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
|
1143
|
+
|
1144
|
+
|
1145
|
+
|
1146
|
+
* eyes_universal bumped to 4.8.0
|
1147
|
+
|
1148
|
+
* eyes_core bumped to 6.1.0
|
1149
|
+
#### Features
|
1150
|
+
|
1151
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
1152
|
+
* added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
|
1153
|
+
* generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
|
1154
|
+
|
1155
|
+
|
1156
|
+
|
1157
|
+
|
1158
|
+
## [6.0.4] (2024-02-05)
|
1159
|
+
|
1160
|
+
* ### Bug Fixes
|
1161
|
+
* Move from state_machine to state_machines gem (ROR with i18n compatability issue)
|
1162
|
+
|
1163
|
+
## [6.0.3] (2024-02-02)
|
1164
|
+
|
1165
|
+
* ### Bug Fixes
|
1166
|
+
* Fix Ruby 3 compatability issue with i18n integration
|
1167
|
+
* Fix locate id parsing
|
1168
|
+
|
1169
|
+
* ### Features
|
1170
|
+
* Add configure block-style of eyes_images configuration
|
1171
|
+
|
1172
|
+
### Dependencies
|
1173
|
+
|
1174
|
+
* ### Updated
|
1175
|
+
* Update version of Universal SDK Core to 4.7.0
|
1176
|
+
|
1177
|
+
* ### Features
|
1178
|
+
* added support of proxy server url env var
|
1179
|
+
|
1180
|
+
* ### Bug Fixes
|
1181
|
+
* losing root context after layout breakpoints reload
|
1182
|
+
* add environment variable for setting ufg server ufg
|
1183
|
+
* remove local environment id
|
1184
|
+
|
1185
|
+
## [6.0.2] (2024-01-03)
|
1186
|
+
|
1187
|
+
### Updated
|
1188
|
+
* Update version of Universal SDK Core to 4.5.2
|
1189
|
+
|
1190
|
+
### Dependencies
|
1191
|
+
|
1192
|
+
* ### Features
|
1193
|
+
* sign windows binaries
|
1194
|
+
* support updated applitools lib protocol
|
1195
|
+
* add set of env variables to skip/ignore some optional automations
|
1196
|
+
|
1197
|
+
* ### Bug Fixes
|
1198
|
+
|
1199
|
+
* layout breakpoints reload and lazy load
|
1200
|
+
* fix safe selector generation
|
1201
|
+
* fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it
|
1202
|
+
* avoid caching concurrency
|
1203
|
+
* environment for each check for local environment
|
1204
|
+
* fixed concurrency splank logging
|
1205
|
+
* fixed the issue when custom os name passed through configuration wasn't respected
|
1206
|
+
|
1207
|
+
|
1208
|
+
## [6.0.1] (2023-12-13)
|
1209
|
+
### Bug Fixes
|
1210
|
+
* fix code loading error (NameError in environment_sdk)
|
1211
|
+
|
1212
|
+
## [6.0.0] (2023-12-13)
|
1213
|
+
|
1214
|
+
### Dependencies
|
1215
|
+
|
1216
|
+
### Breaking Changes:
|
1217
|
+
* #### Features
|
1218
|
+
* Update version of Universal SDK Core to v4
|
1219
|
+
|
1220
|
+
* #### Added
|
1221
|
+
* new api eyes.get_results to get results
|
1222
|
+
|
1223
|
+
* #### Removed
|
1224
|
+
* eyes.checks now returns nil (added new eyes.get_results to get a results)
|
1225
|
+
|
1226
|
+
### Features
|
1227
|
+
* added notification about outdated sdk version
|
1228
|
+
* log driver environment info to splank
|
1229
|
+
* show aborted tests in Eyes dashboard
|
1230
|
+
* allowed running multiple classic test with different devices for applitoolsified native apps
|
1231
|
+
* add more logs for tunnel worker
|
1232
|
+
* added warning when driver used with capabilities that may conflict with applitools lib workflow
|
1233
|
+
### Bug Fixes
|
1234
|
+
* fix custom sequence_name in BatchInfo
|
1235
|
+
* suppport coded regions with layoutBreakpoints reload
|
1236
|
+
* update dom-snapshot to support xml pages and parens inside css URLs
|
1237
|
+
* upgrade dom-capture to get font-family in DOM
|
1238
|
+
* change expiration time of the tunnel
|
1239
|
+
* async cache should wait for upload
|
1240
|
+
* async cache race condition
|
1241
|
+
* allow css scrolling when taking screenshot of the webview
|
1242
|
+
* generate safe selectors as close as possible to taking dom snapshot
|
1243
|
+
* added retries on ufg requests that respond with 503 status code
|
1244
|
+
* fix incorrect stitchMode mapping in checkSettings
|
1245
|
+
* handled duplicated style properties in inline style tags
|
1246
|
+
* fixed issue that caused dom snapshots to be taken for different viewport sizes when layout breakpoints were explicitly turned off
|
1247
|
+
* remove some connection timeout in case of a long running tasks
|
1248
|
+
* return result when error in the ufg
|
1249
|
+
* send devtool commands in chromium
|
1250
|
+
* preserve css declarations order in dom-snapshot
|
1251
|
+
* do not block concurrency when server response is 503
|
1252
|
+
### Code Refactoring
|
1253
|
+
* reorganized code between gems
|
1254
|
+
|
1255
|
+
## [5.0.0] - 2023-07-11
|
1256
|
+
### Breaking Changes:
|
1257
|
+
- get_all_test_results return TestResultSummary with additional info
|
1258
|
+
- TestResults Array now in get_all_test_results.results or can be accessed old-style with get_all_test_results[0]
|
1259
|
+
- eyes.close always return first result, even when have failed check
|
1260
|
+
- eyes.abort on closed/aborted eye now return nil
|
1261
|
+
### Added
|
1262
|
+
- Add support for reloading the page when using layout_breakpoints
|
1263
|
+
- add errors to TestResults
|
1264
|
+
### Updated
|
1265
|
+
- Update version of Universal SDK Core to 3.6.0
|
1266
|
+
### Features
|
1267
|
+
- ability to skip deserialize dom snapshot
|
1268
|
+
- prevent animated gif images from playing in ufg
|
1269
|
+
- support custom property per renderer
|
1270
|
+
### Bug fixes
|
1271
|
+
- fixed issue that caused creation of unnecessary tunnels
|
1272
|
+
- start tunnels with proper regional server
|
1273
|
+
## [4.6.3] - 2023-07-04
|
1274
|
+
### Updated
|
1275
|
+
- Update version of Universal SDK Core to 3.4.0
|
1276
|
+
### Added
|
1277
|
+
- Add api for mobile (set_nmg_capabilities, set_mobile_capabilities, use_system_screenshot)
|
1278
|
+
### Features
|
1279
|
+
- Drop support of legacy vhs extraction
|
1280
|
+
- Add an API to send logEvents
|
1281
|
+
- Add support for reloading the page when using layoutBreakpoints
|
1282
|
+
- Fixed issue with failed find element responses in EC
|
1283
|
+
- Fixed issue when on certain browser versions test didn't target a previously created baseline
|
1284
|
+
- added a new mode for taking native app screenshots
|
1285
|
+
### Bug fixes
|
1286
|
+
- Increase timeout for rendering results polling
|
1287
|
+
- Fixed issue when logs are not show up
|
1288
|
+
- Add isProcess property when calling makeCoreServer
|
1289
|
+
- Fixed issue with Safari mobile screenshots
|
1290
|
+
- Fixed issue with default settings in extractText
|
1291
|
+
- Fixed issue with viewport information extraction when switched to webview
|
1292
|
+
- apply default scrolling mode
|
1293
|
+
## [4.6.2] - 2023-05-10
|
1294
|
+
### Added
|
1295
|
+
- Add remove_duplicate_tests option & set_remove_duplicate_tests method to eyes runner
|
1296
|
+
### Updated
|
1297
|
+
- Update version of Universal SDK Core to 2.5.8
|
1298
|
+
### Features
|
1299
|
+
- Added functional session feature
|
1300
|
+
- Add a timeout and max concurrency for fetching resources
|
1301
|
+
### Bug fixes
|
1302
|
+
- Fixed issue in dom snapshot that prevented urls that start with a whitespace to be mapped
|
1303
|
+
- Improved appium prefixed capabilities parsing
|
1304
|
+
- Fix issue when locate return wrong type of the region, with left and top properties instead of x and y
|
1305
|
+
- Fixed issue with when webview were wasn't recognized as web compatible world
|
1306
|
+
- Fixed the issue with session metadata extraction
|
1307
|
+
- Fixed functional test feature issues in ec client
|
1308
|
+
- Fixed typo in ec custom property
|
1309
|
+
- Fixed issue with hanging requests
|
1310
|
+
- Fixed platform name formatting
|
1311
|
+
- Prevented driver metadata extraction during check in ufg eyes
|
1312
|
+
- Fixed dynamic import issue in universal binaries
|
1313
|
+
- Fixed detection of emulated mobile drivers
|
1314
|
+
- Remove 'Execution Cloud' custom property
|
1315
|
+
## [4.6.1] - 2023-04-12
|
1316
|
+
### Changed
|
1317
|
+
- Packaging server core inside eyes_universal
|
1318
|
+
### Updated
|
1319
|
+
- Update version of Universal SDK Core to 2.4.8
|
1320
|
+
### Features
|
1321
|
+
- Added removeDuplicateTests property to the GetManagerResultsSettings
|
1322
|
+
- Changed makeManager api to accept settings
|
1323
|
+
- Improved extraction of nml element
|
1324
|
+
- Update broker url using last response instead of using driver
|
1325
|
+
### Bug fixes
|
1326
|
+
- Fixed screenshot framing
|
1327
|
+
- Fixed issue with css fetching for dom capture
|
1328
|
+
- Fixed issue with emulation driver detection
|
1329
|
+
- Fixed relative url resolution in css files
|
1330
|
+
- Added timeout to css fetching during preparing dom capture
|
1331
|
+
- Improve performance in DOM snapshot
|
1332
|
+
- Fixed retry interval during poll requests to eyes back-end
|
1333
|
+
- Fixed issue with concurrency of the renders in ufg mode
|
1334
|
+
- Fixed issue with concurrency of the renders in ufg mode
|
1335
|
+
- Fixed ufg concurrency regression
|
1336
|
+
- Replaced broker url cache with nml element cache
|
1337
|
+
- Fixed selector transformation for scroll root elements for ufg
|
1338
|
+
- Upgrade tunnel version
|
1339
|
+
## [4.6.0] - 2023-03-06
|
1340
|
+
### Changed
|
1341
|
+
- change server package to @applitools/core
|
1342
|
+
### Updated
|
1343
|
+
- Improve logging in core server
|
1344
|
+
- Passing density metric for PPI support in the sdk
|
1345
|
+
### Added
|
1346
|
+
- Integrate universal protocol to run core via transport
|
1347
|
+
- Added Resize stitch mode value
|
1348
|
+
- Add NML support for Android
|
1349
|
+
- Add makeECClient api
|
1350
|
+
### Bug fixes
|
1351
|
+
- upgrade dom-snapshot with a fix to CSP
|
1352
|
+
- Fixed issue when .visualgrid was not added to agent id
|
1353
|
+
- Fixed issue with aborting ufg tests
|
1354
|
+
## [4.5.5] - 2023-01-06
|
1355
|
+
### Updated
|
1356
|
+
- Update version of Universal SDK to 3.2.2
|
1357
|
+
## [4.5.4] - 2023-01-04
|
1358
|
+
### Updated
|
1359
|
+
- Update version of Universal SDK to 3.2.1
|
1360
|
+
- Update arm64-darwin server recognition
|
1361
|
+
### Features
|
1362
|
+
- Filter styles and resources with non-screen media queries
|
1363
|
+
### Bug fixes
|
1364
|
+
- Fixed issue with parsing capabilities for iOS with native app
|
1365
|
+
## [4.5.3] - 2022-12-30
|
1366
|
+
### Fixed
|
1367
|
+
- skip yanked gem versions
|
1368
|
+
## [4.5.2] - 2022-12-30
|
1369
|
+
### Updated
|
1370
|
+
- Update version of Universal SDK to 3.2.0
|
1371
|
+
### Added
|
1372
|
+
- Add dont_close_batches flag to eyes [Trello 3093](https://trello.com/c/3E0ilb0A)
|
1373
|
+
### Features
|
1374
|
+
- Add server support for arm
|
1375
|
+
- Additional internal event logs
|
1376
|
+
### Bug fixes
|
1377
|
+
- Fixed OCR functionality with latest eyes server
|
1378
|
+
- Fixed issue when helper lib inputs were not cleaned up before calling new command
|
1379
|
+
- Fixed issue with element scroll position not being restored after screenshot is taken on native platforms
|
1380
|
+
- Handed error during polling in long requests to eyes server
|
1381
|
+
- Handle fake shadowRoot with UFG
|
1382
|
+
## [4.5.1] - 2022-11-28
|
1383
|
+
### Fixed
|
1384
|
+
- releasing as stable all eyes
|
1385
|
+
## [4.0.0.alpha-eyes-images] - 2022-11-28
|
1386
|
+
### Added
|
1387
|
+
- eyes_images updated to universal server sdk(v3)
|
1388
|
+
### Deprecated (eyes_images)
|
1389
|
+
- eyes_images inputs Applitools::Screenshot and ChunkyPNG::Image now are image_path and image (examples in spec/images/eyes_images_functional_spec.rb)
|
1390
|
+
### Added (eyes_images)
|
1391
|
+
- eyes_images: Applitools::MatchLevel::IGNORE_COLORS
|
1392
|
+
## [4.5.0.alpha] - 2022-11-23
|
1393
|
+
- Update version of Universal SDK to v3 (sdk: 3.0.2)
|
1394
|
+
## [4.4.1] - 2022-10-03
|
1395
|
+
### Added
|
1396
|
+
- Added iPhone 14 and iPhone 14 Pro Max devices [Trello 73](https://trello.com/c/M1YiwtHb)
|
1397
|
+
## [4.4.0] - 2022-09-16
|
1398
|
+
### Updated
|
1399
|
+
- Update version of Universal SDK to 2.12.3
|
1400
|
+
### Added
|
1401
|
+
- Created testing client for eyes-universal
|
1402
|
+
### Fixed
|
1403
|
+
- Using lazyLoad.waitingTime as a delay between stitches by default
|
1404
|
+
- Using proxy while polling for the result of the nml command
|
1405
|
+
## [4.3.0] - 2022-09-16
|
1406
|
+
### Updated
|
1407
|
+
- Update version of Universal SDK to 2.12.0
|
1408
|
+
### Added
|
1409
|
+
- Add proxy support when using NML for NMG
|
1410
|
+
- Add NML NMG support for iOS
|
1411
|
+
- Added support for lazy loading views in android native apps
|
1412
|
+
- tests for alpine
|
1413
|
+
### Fixed
|
1414
|
+
- Sending correct commands with android helper lib
|
1415
|
+
- Fixed issue that prevented NMG from working when NML was enabled
|
1416
|
+
## [4.2.0] - 2022-09-05
|
1417
|
+
### Removed
|
1418
|
+
- removed device name Galaxy S8, S8 Plus, Note 8
|
1419
|
+
## [4.1.4] - 2022-09-02
|
1420
|
+
### Updated
|
1421
|
+
- Update version of Universal SDK to 2.10.8
|
1422
|
+
### Changed
|
1423
|
+
- U-SDK server spawn once per process
|
1424
|
+
- U-SDK server shutdown-mode changed
|
1425
|
+
## [4.1.4.alpha] - 2022-08-15
|
1426
|
+
### Updated
|
1427
|
+
- Update version of Universal SDK to 2.10.5
|
1428
|
+
### Changed
|
1429
|
+
- ci moved to github
|
1430
|
+
## [4.1.3] - 2022-08-04
|
1431
|
+
### Added
|
1432
|
+
- add enum for edge-2 (EDGE_CHROMIUM_TWO_VERSIONS_BACK)
|
1433
|
+
- Android 12 device name [Trello 54](https://trello.com/c/SZAPDKSI)
|
1434
|
+
### Updated
|
1435
|
+
- Update version of Universal SDK to 2.10.3
|
1436
|
+
## [4.1.2] - 2022-07-07
|
1437
|
+
### Added
|
1438
|
+
- add padding support for regions [Trello 2929](https://trello.com/c/kHbnEdC7), [Trello 42](https://trello.com/c/PYKqJLbg)
|
1439
|
+
- add custom region id support for regions [Trello 47](https://trello.com/c/pv51sCYA)
|
1440
|
+
### Updated
|
1441
|
+
- Update version of Universal SDK to 2.9.5
|
1442
|
+
### Fixed
|
1443
|
+
- fix freeze in communication with universal server
|
1444
|
+
- fix floating region bounds option(as 4 numbers) parsing
|
1445
|
+
## [4.1.1] - 2022-06-16
|
1446
|
+
### Added
|
1447
|
+
- add support lazy loading as part of the check-api [Trello](https://trello.com/c/BIHFMhVk)
|
1448
|
+
### Updated
|
1449
|
+
- Update version of Universal SDK to 2.8.0
|
1450
|
+
## [4.1.0] - 2022-06-16
|
1451
|
+
### Removed
|
1452
|
+
- alpha flag from version number
|
1453
|
+
## [4.1.0.alpha] - 2022-06-13
|
1454
|
+
### Updated
|
1455
|
+
- Update version of Universal SDK to 2.7.2
|
1456
|
+
## Removed
|
1457
|
+
- removed eventmachine from eyes_core
|
1458
|
+
## [4.0.5.4] - 2022-06-10
|
1459
|
+
### Updated
|
1460
|
+
- Update version of Universal SDK to 2.7.1
|
1461
|
+
### Fixed
|
1462
|
+
- Fix default boolean field transition to server(like full page screenshot)
|
1463
|
+
## [4.0.5.3] - 2022-06-02
|
1464
|
+
### Updated
|
1465
|
+
- Update version of Universal SDK to 2.5.19
|
1466
|
+
### Fixed
|
1467
|
+
- fix ruby-3.1 installation collision
|
1468
|
+
## [4.0.5.2] - 2022-05-24
|
1469
|
+
### Updated
|
1470
|
+
- Update version of Universal SDK to 2.5.17
|
1471
|
+
### Fixed
|
1472
|
+
- Fix closing batches with closeManager
|
1473
|
+
## Removed
|
1474
|
+
- removed nokogiri frozen version
|
1475
|
+
- remove old&unused js(now processed by universal server)
|
1476
|
+
## [4.0.5.1] - 2022-05-18
|
1477
|
+
### Fixed
|
1478
|
+
- Fix wrong gem yank
|
1479
|
+
## [4.0.5] - 2022-05-18
|
1480
|
+
### Updated
|
1481
|
+
- Update version of Universal SDK to 2.5.11
|
1482
|
+
### Fixed
|
1483
|
+
- Fix for default notify_on_completion value(moved to universal server)
|
1484
|
+
## [4.0.4] - 2022-05-13
|
1485
|
+
### Fixed
|
1486
|
+
- Fix for mingw
|
1487
|
+
## [4.0.3] - 2022-05-13
|
1488
|
+
### Updated
|
1489
|
+
- Update version of Universal SDK to 2.5.7
|
1490
|
+
### Added
|
1491
|
+
- added api: wait_before_capture, page_id
|
1492
|
+
- api for native ufg: add_mobile_device, add_mobile_devices
|
1493
|
+
- new ios devices
|
1494
|
+
- AndroidDeviceName and AndroidDeviceInfo
|
1495
|
+
### Fixed
|
1496
|
+
- Fix installing universal server issues on windows
|
1497
|
+
- fix getting connection info for universal server on ci
|
1498
|
+
## Removed
|
1499
|
+
- png processing lib dependecies
|
1500
|
+
## [4.0.2] - 2022-02-08
|
1501
|
+
### Updated
|
1502
|
+
- Update version of Universal SDK to 1.0.9
|
1503
|
+
### Fixed
|
1504
|
+
- Fix installing issues with latest ruby version and installing on windows
|
1505
|
+
## [4.0.1] - 2022-02-08 - unreleased
|
1506
|
+
### Updated
|
1507
|
+
- Update version of Universal SDK to 1.0.7
|
1508
|
+
## [4.0.0] - 2022-01-24
|
1509
|
+
### Changed
|
1510
|
+
- Library is now based on Universal SDK
|
1511
|
+
## [3.18.4] - 2021-08-31
|
1512
|
+
### Fixed
|
1513
|
+
- Fix Appium runner option [Trello 2697](https://trello.com/c/F6dLF1VF)
|
1514
|
+
- Fix parsing css transition [Trello 2647](https://trello.com/c/CIzoKPNY)
|
1515
|
+
- Fix require warning: No such file or directory @ dir_chdir - lib/applitools/selenium/scripts/node_modules [Trello 2148](https://trello.com/c/j5sAPSBa)
|
1516
|
+
## [3.18.3] - 2021-06-24
|
1517
|
+
### Added
|
1518
|
+
- Support cross origin iframes in UFG [Trello 2259](https://trello.com/c/iJKPvd75), [Trello 2584](https://trello.com/c/QyLzmnGl)
|
1519
|
+
## [3.18.2] - 2021-05-05
|
1520
|
+
### Added
|
1521
|
+
- Support variation_group_id and agentRunId [Trello 2527](https://trello.com/c/6SyxJXVZ)
|
1522
|
+
## [3.18.1] - 2021-04-28
|
1523
|
+
### Added
|
1524
|
+
- Allow defining custom properties at the batch level [Trello 2445](https://trello.com/c/IKTydXLv)
|
1525
|
+
## [3.18.0] - 2021-04-20
|
1526
|
+
### Fixed
|
1527
|
+
- Fix Selenium and Appium libraries conflict [Trello 2500](https://trello.com/c/UOwzI2s8)
|
1528
|
+
## Deprecated
|
1529
|
+
- Ruby 1.9 support for Appium lib (Requirement 2.2+)
|
1530
|
+
## [3.17.23] - 2021-01-22
|
1531
|
+
### Fixed
|
1532
|
+
- Fix viewport rect of a native app at some android devices [Trello 2079](https://trello.com/c/sQJLgtUL)
|
1533
|
+
### Updated
|
1534
|
+
- Update Ruby Coverege Tests to v2
|
1535
|
+
## [3.17.22] - 2021-01-12
|
1536
|
+
### Added
|
1537
|
+
- Supporting check full element with ufg [Trello 2145](https://trello.com/c/8tPAnz66)
|
1538
|
+
### Updated
|
1539
|
+
- Supporting iPhone 12 in `IosDeviceName` class. [Trello 2269](https://trello.com/c/yWFy2pRE)
|
1540
|
+
### Fixed
|
1541
|
+
- Restart on calling eyes.open with started driver [Trello 2162](https://trello.com/c/1SCQUUnW), [Trello 2233](https://trello.com/c/yPY3jhjW)
|
1542
|
+
## [3.17.21] - 2020-08-20
|
1543
|
+
### added
|
1544
|
+
- UFG: the ability to set :visual_grid_options for the UFG SDK (Both globally and through the fluent interface) [Trello_2089](https://trello.com/c/d4zggQes/2089-ufg-sdks-visualgridoptionspolyfilladoptedstylesheets)
|
1545
|
+
## [3.17.20] - 2020-08-20
|
1546
|
+
### fixed
|
1547
|
+
- Skip resources list: the errorStatusCode is passed to the server for UFG resources (if present) [Trello_2101](https://trello.com/c/vw3Ag8eO/2101-sdk-doesnt-pass-errorstatuscode-for-ufg-resources-if-an-error-occurred)
|
1548
|
+
## [3.17.19] - 2020-08-18
|
1549
|
+
### Updated
|
1550
|
+
- Skip resources list for UFG is implemented [Trello_1974](https://trello.com/c/44xq8dze/1974-dom-snapshot-should-accept-a-skip-list-for-fetched-resources)
|
1551
|
+
## [3.17.18] - 2020-08-01
|
1552
|
+
### Fixed
|
1553
|
+
- appium region screenshot issue [Trello_1996](https://trello.com/c/bmD4fCbs/1996-appium-native-ruby-error-with-png-signature-for-targetregion)
|
1554
|
+
## [3.17.17] - 2020-07-29
|
1555
|
+
### Fixed
|
1556
|
+
- The availability to set :notify_on_completion manually for Applitools::BatchInfo. [Trello_2012](https://trello.com/c/OdYXtkFI/2012-batch-sequence-and-batch-notifications-are-not-working-in-the-ruby-selenium-sdk)
|
1557
|
+
### Updated
|
1558
|
+
- Screenshot retry mechanism is now more efficient. [Trello 1866](https://trello.com/c/KyxkI6Bu)
|
1559
|
+
## [3.17.16] - 2020-07-16
|
1560
|
+
### Fixed
|
1561
|
+
- The test name is not updated in case of double open->check->close call. [Trello 2011](https://trello.com/c/7UN1AbYU/2011-ruby-ufg-tests-creates-tests-out-of-order-when-classic-eyesopen-is-used)
|
1562
|
+
## [3.17.15] - 2020-07-16
|
1563
|
+
### Added
|
1564
|
+
- Added `VisualViewport` for UFG client. [Trello 1957](https://trello.com/c/jWvdBwex/1957-add-visual-viewport-support-in-the-ui-for-mobile-devices)
|
1565
|
+
## [3.17.14] - 2020-07-9
|
1566
|
+
### Updated
|
1567
|
+
- Added missing `StitchingService` URI field in `RenderRequest`. [Trello 1988](https://trello.com/c/Yr6EsUlL)
|
1568
|
+
## [3.17.13] - 2020-07-03
|
1569
|
+
## Fixed
|
1570
|
+
- eyes_appium: Coded Floating Regions Incorrectly Placed [Trello_1960](https://trello.com/c/j6nJh1LS/1960-ruby-native-app-coded-floating-regions-incorrectly-placed)
|
1571
|
+
- eyes_images: Simple eyes_images test is broken [Trello_1949](https://trello.com/c/dHQbz96i/1949-eyesimages-seem-to-be-broken)
|
1572
|
+
## [3.17.12] - 2020-07-02
|
1573
|
+
## Fixed
|
1574
|
+
- :match_timeout property is moved to configuration object [Trello_1935](https://trello.com/c/2Z070Qgs/1935-ruby-selenium-matchtimeout-not-available-in-the-configuration-object)
|
1575
|
+
## [3.17.11] - 2020-06-25
|
1576
|
+
## Fixed
|
1577
|
+
- IosDeviceOrientation is replaced by Orientation [Trello_1944](https://trello.com/c/EzyG7525/1944-ufg-safari-on-ios-orientations-changes)
|
1578
|
+
## [Eyes.sdk.ruby 3.17.10] - 2020-06-20
|
1579
|
+
## Fixed
|
1580
|
+
- a configuration shared between Eyes instances in Rspec [Trello_1938](https://trello.com/c/qOQkbDO7/1938-a-configuration-shared-between-eyes-instances-in-rspec)
|
1581
|
+
## [Eyes.sdk.ruby 3.17.9] - 2020-06-19
|
1582
|
+
## Fixed
|
1583
|
+
- Call :clone on a NilClass for ruby 2.3 [Trello_1855](https://trello.com/c/LCBhnTMd/1885-selenium-ruby-cant-clone-nilclass)
|
1584
|
+
## [Eyes.sdk.ruby 3.17.7] - 2020-06-18
|
1585
|
+
## Added
|
1586
|
+
- eyes.ignore_displacements= and eyes.ignore_displacements methods [Trello_841](https://trello.com/c/uwrYb1Vj/841-add-a-general-method-for-ignoredisplacements?menu=filter&filter=visual%20loca,due:notdue)
|
1587
|
+
## Fixed
|
1588
|
+
- Encoded regions for 'selector' mode [Trello_1915](https://trello.com/c/BQIrbCfC/1915-ruby-ultrafast-grid-incorrect-placement-of-coded-regions-for-targetregion)
|
1589
|
+
## [Eyes.sdk.ruby 3.17.6] - 2020-06-16
|
1590
|
+
## Fixed
|
1591
|
+
- config.add_device_emulation(name, orientation) is fixed [Trello_1914](https://trello.com/c/l7WRvhSP/1914-ruby-ultrafast-grid-adddeviceemulation-throws-error-after-upgrading-to-3175?menu=filter&filter=due:notdue)
|
1592
|
+
## Added
|
1593
|
+
- Appium driver support is ectended (Applitools::Appium::Eyes.new(driver: Appium::Driver.new)) [Trello_1913](https://trello.com/c/wQTgRNrN/1913-appium-ruby-regression-unknown-driver-appiumdriver0x00007fbaf9903448-applitoolseyeserror?menu=filter&filter=due:notdue)
|
1594
|
+
## [Eyes.sdk.ruby 3.17.5] - 2020-06-15
|
1595
|
+
## Added
|
1596
|
+
- The ability to set :baseline_env_name for DesktopBrowserInfo, IosDeviceInfo and ChromeEmulationInfo
|
1597
|
+
## Fixed
|
1598
|
+
- IosScreenOrientation instead of the IosScreenshotOrientation
|
1599
|
+
## [Eyes.sdk.ruby 3.17.4] - 2020-06-11
|
1600
|
+
## Fixed
|
1601
|
+
- restricted to set emulation_info && ios_device_info for DesktopBrowserInfo
|
1602
|
+
## [Eyes.sdk.ruby 3.17.3] - 2020-06-06
|
1603
|
+
## Deprecated
|
1604
|
+
- BrowserTypes module is deprecated in a favor of BrowserType
|
1605
|
+
- Orientations module is deprecated in a favor of Orientation
|
1606
|
+
## Fixed
|
1607
|
+
- IosDeviceOrientation instead of IosDeviceOrientations(plural)
|
1608
|
+
## Deprecated
|
1609
|
+
## [Eyes.sdk.ruby 3.17.2] - 2020-06-06
|
1610
|
+
## Added
|
1611
|
+
- safari on ios device emulation for UFG [Trello_1872](https://trello.com/c/bykk2rzB/1872-ufg-safari-on-ios-simulators-support)
|
1612
|
+
## [Eyes.sdk.ruby 3.17.1] - 2020-05-26
|
1613
|
+
## Fixed
|
1614
|
+
- eyes.properties for VG [Trello_1804](https://trello.com/c/Jt2BYz0e/1804-ruby-selenium-addproperty-method-not-recognized-when-running-with-visualgridrunner)
|
1615
|
+
- SessionStartInfo parameters were not passed to Json correctly
|
1616
|
+
## [Eyes.sdk.ruby 3.17.0] - 2020-05-18
|
1617
|
+
## Added
|
1618
|
+
- eyes.accessibility_validation(Applitools::AccessibilitySettings.new(Applitools::AccessibilityLevel::AA, Applitools::AccessibilityVersion::WCAG_2_0)) - [Trello_1767](https://trello.com/c/gq69woeK/1767-all-sdks-accessibility-accessiblity-guidelines-version-support-and-additional-verifications?menu=filter&filter=due:notdue)
|
1619
|
+
## Removed
|
1620
|
+
- eyes.accessibility_level
|
1621
|
+
## [Eyes.sdk.ruby 3.16.16] - 2020-04-28
|
1622
|
+
## Added
|
1623
|
+
- Regions support for eyes_appium (Target#ignore, Target#floating, Target#accessibility, Target#layout, etc.)
|
1624
|
+
## [Eyes.sdk.ruby 3.16.15] - 2020-04-24
|
1625
|
+
## Deprecated
|
1626
|
+
- BrowserTypes::EDGE is deprecated. Please change it to either "EDGE_LEGACY" for the legacy version or to "EDGE_CHROMIUM" for the new Chromium-based version. [Trello 1757](https://trello.com/c/LUe43aee/1757-all-ultrafast-sdks-edge-chromium-support)
|
1627
|
+
## [Eyes.sdk.ruby 3.16.14] - 2020-04-10
|
1628
|
+
## Added
|
1629
|
+
- new_session? flag is taken from start_session server response with fallback to the status code [Trello_1715](https://trello.com/c/DcVzWbeR/1715-all-sdks-updated-long-running-task-mode-for-startsession)
|
1630
|
+
## [Eyes.sdk.ruby 3.16.13] - 2020-04-06
|
1631
|
+
## Fixed
|
1632
|
+
- eyes#hide_scrollbars is true by default [Trello 1592](https://trello.com/c/MXixwLnj/1592-upload-dom-directly-to-azure)
|
1633
|
+
- eyes#ignore_caret has been included tothe configuration object [Trello)_1706](https://trello.com/c/16JqYlYb/1706-ignorecaret-globally-is-missing-ruby)
|
1634
|
+
- Irrelevant URLs are excluded from SVG resource parsing results [Trello 1691](https://trello.com/c/EAIpEh8s/1691-ruby-vg-parsing-of-irrelevant-urls-from-css-and-svg-resources)
|
1635
|
+
## Added
|
1636
|
+
- x-applitools-eyes-client header for all API requests [Trello_1697](https://trello.com/c/CzhUxOqE/1697-all-sdks-should-report-their-version-in-all-requests-to-the-eyes-server)
|
1637
|
+
## [Eyes.sdk.ruby 3.16.12] - 2020-03-30
|
1638
|
+
## Fixed
|
1639
|
+
- eyes#send_dom didn't work [Trello 1659](https://trello.com/c/9CfD0fhn/1659-disable-dom-capturing-is-not-working-on-the-test-level-ruby)
|
1640
|
+
## [Eyes.sdk.ruby 3.16.11] - 2020-03-27
|
1641
|
+
## Fixed
|
1642
|
+
- dom_capture threw an exception on a particular page [Trello 1658](https://trello.com/c/x0uYFwx0/1658-test-is-being-aborted-when-trying-to-capture-dom-ruby)
|
1643
|
+
## [Eyes.sdk.ruby 3.16.10] - 2020-03-24
|
1644
|
+
## Added
|
1645
|
+
- The ability to use different Faraday adapters instead the default one [Trello 1683](https://trello.com/c/6IASHoBB/1683-add-http2-support-to-the-communication-library)
|
1646
|
+
- The ability to set up timeout for HTTP request
|
1647
|
+
- The ability to set up timeout for an Applitools::Future
|
1648
|
+
## [Eyes.sdk.ruby 3.16.9] - 2020-03-17
|
1649
|
+
## Fixed
|
1650
|
+
- Agent ID for eyes_appium set to eyes.appium.ruby/version
|
1651
|
+
## [Eyes.sdk.ruby 3.16.8] - 2020-03-13
|
1652
|
+
## Fixed
|
1653
|
+
- SDK fetch resources: the request header 'Accept-Language' is used along with 'User-Agent'
|
1654
|
+
- Timeout for Thread.join is increased up to Faraday's connection timeout
|
1655
|
+
- Error handling for resources that failed to fetch
|
1656
|
+
## Added
|
1657
|
+
- Log messages for resource fetching now include the URL and status code
|
1658
|
+
## [Eyes.sdk.ruby 3.16.7] - 2020-03-06
|
1659
|
+
### Added
|
1660
|
+
- dom_snapshot is uploaded directly to Azure storage
|
1661
|
+
### Fixed
|
1662
|
+
- dom_snapshot script updated to 7.1.3
|
1663
|
+
- send_dom is true by default for EyesSelenium
|
1664
|
+
## [Eyes.sdk.ruby 3.16.6] - 2020-03-05
|
1665
|
+
### Fixed
|
1666
|
+
- eyes#check might be called as #check(tag, target) as well as #check(target)
|
1667
|
+
- Selenium Eyes: ignore regions in the current target caused an exception
|
1668
|
+
## [Eyes.sdk.ruby 3.16.5] - 2020-03-02
|
1669
|
+
### Fixed
|
1670
|
+
- double slash issue for custom server URL
|
1671
|
+
## [Eyes.sdk.ruby 3.16.2] - 2020-02-06
|
1672
|
+
### Fixed
|
1673
|
+
- DefaultMatchSettings being overridden incorrectly by ImageMatchSettings
|
1674
|
+
## [Eyes.sdk.ruby 3.16.1] - 2020-01-29
|
1675
|
+
### Fixed
|
1676
|
+
- eyes_appium crashed trying to get viewport_size
|
1677
|
+
### Added
|
1678
|
+
- long_requests are used for start session
|
1679
|
+
## [Eyes.sdk.ruby 3.16.0] - 2020-01-24
|
1680
|
+
### Added
|
1681
|
+
- Screenshot uploading direct to cloud store
|
1682
|
+
## [Eyes.sdk.ruby 3.15.48] - 2020-01-20
|
1683
|
+
### Added
|
1684
|
+
- New browser types for the VisualGrid (CHROME, CHROME_ONE_VERSION_BACK, CHROME_TWO_VERSIONS_BACK, FIREFOX, FIREFOX_ONE_VERSION_BACK, FIREFOX_TWO_VERSIONS_BACK, SAFARI, SAFARI_ONE_VERSION_BACK, SAFARI_TWO_VERSIONS_BACK, IE_10, IE_11, EDGE)
|
1685
|
+
## [Eyes.sdk.ruby 3.15.47] - 2020-01-08
|
1686
|
+
### Fixed
|
1687
|
+
- eyes_images throws "undefined method `each' for nil:NilClass (NoMethodError)"
|
1688
|
+
## [Eyes.sdk.ruby 3.15.43] - 2019-12-20
|
1689
|
+
### Removed
|
1690
|
+
- delta compression for screenshots
|
1691
|
+
## [Eyes.sdk.ruby 3.15.43] - 2019-12-19
|
1692
|
+
### Added
|
1693
|
+
- eyes.abort_async method implementation
|
1694
|
+
### Fixed
|
1695
|
+
- save_new_tests is true by default
|
1696
|
+
- tests are aborted instead of being closed on render fail
|
1697
|
+
## [Eyes.sdk.ruby 3.15.43] - 2019-12-12
|
1698
|
+
### Added
|
1699
|
+
- Return empty test if the render fails
|
1700
|
+
- eyes.abort method
|
1701
|
+
## [Eyes.sdk.ruby 3.15.42] - 2019-12-10
|
1702
|
+
### Fixed
|
1703
|
+
- CSS paring & fetching font urls
|
1704
|
+
- VisualGridEyes#config renamed to #configuration
|
1705
|
+
- VisualGridEyes.configuration returns a clone of a configuration object
|
1706
|
+
## [Eyes.sdk.ruby 3.15.41] - 2019-11-06
|
1707
|
+
### Fixed
|
1708
|
+
- Various VG related bugs
|
1709
|
+
## [Eyes.sdk.ruby 3.15.39] - 2019-11-06
|
1710
|
+
### Added
|
1711
|
+
- This CHANGELOG file.
|
1712
|
+
### Fixed
|
1713
|
+
- Chrome 78 css stitching bug
|