eyes_core 6.11.10 → 6.13.2
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 +4 -4
- data/CHANGELOG.md +365 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/core/eyes_base_configuration.rb +16 -0
- data/lib/applitools/core/test_results.rb +8 -0
- data/lib/applitools/eyes_core/version.rb +1 -1
- data/lib/applitools/universal_sdk/universal_eyes_config.rb +8 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b3c7f034ddb6747d10f25d1dd002a609ee7bb83a24a361f1aa197e0c2ada2ab
|
|
4
|
+
data.tar.gz: 60856d8eacc8fcbab725d4b2f27593277354485b588d15a5ea44957ae6e48cff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17ea0a620d5e7645d59a684378c791bf15a5c39b02b4a46efaafad42f813615a0310d015efc50598e7209e4d8fe5107a3bc92f193079cfdf2d8239b9d3a5de81
|
|
7
|
+
data.tar.gz: d3e9aab865d83c0f38803a751107074184972387252b8ae4787d3ebe3a6d1e7f71de96ca80e2fc6169002e0fedea519d7f28ab0d69bdf17efb253d4cbb50d314
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,370 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.13.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.13.1...ruby/eyes_core@6.13.2) (2026-08-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.18.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* report canvases captured before they are drawn | FLD-3965 ([#4097](https://github.com/Applitools-Dev/sdk/issues/4097)) ([48b92ec](https://github.com/Applitools-Dev/sdk/commit/48b92ecba0804ad77333a6b4c799435d998f1418))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/snippets bumped to 2.9.7
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* report a stalled lazyLoad pass instead of success under a scroll lock | FLD-3965 ([#4101](https://github.com/Applitools-Dev/sdk/issues/4101)) ([6244790](https://github.com/Applitools-Dev/sdk/commit/62447903464d27027f169d6b058d20e3e943ffda))
|
|
19
|
+
* @applitools/nml-client bumped to 1.12.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* seat region-check DOM via NML crop targetRegion | AD-14690 ([#4054](https://github.com/Applitools-Dev/sdk/issues/4054)) ([d442ff3](https://github.com/Applitools-Dev/sdk/commit/d442ff336b66144b55102d04b74175305b05169e))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/core bumped to 4.69.0
|
|
27
|
+
#### Features
|
|
28
|
+
|
|
29
|
+
* label and tag figma logs, warn that the feature is experimental | AD-15681 ([#4108](https://github.com/Applitools-Dev/sdk/issues/4108)) ([5b20bf3](https://github.com/Applitools-Dev/sdk/commit/5b20bf327a857f09b9d3b1d55d59976390fae9fb))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* fail loudly when the Figma rate limit blocks further requests | AD-15531 ([#4065](https://github.com/Applitools-Dev/sdk/issues/4065)) ([9240e3e](https://github.com/Applitools-Dev/sdk/commit/9240e3ea6bed5225e8c9802cfb4669099968fc11))
|
|
35
|
+
* report a stalled lazyLoad pass instead of success under a scroll lock | FLD-3965 ([#4101](https://github.com/Applitools-Dev/sdk/issues/4101)) ([6244790](https://github.com/Applitools-Dev/sdk/commit/62447903464d27027f169d6b058d20e3e943ffda))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
#### Code Refactoring
|
|
39
|
+
|
|
40
|
+
* make the figma logger and req explicit inputs | AD-15681 ([#4109](https://github.com/Applitools-Dev/sdk/issues/4109)) ([2a29778](https://github.com/Applitools-Dev/sdk/commit/2a2977865f1f26b0b55f7ab004c8ff737ed2573c))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
* @applitools/driver bumped to 1.26.9
|
|
45
|
+
|
|
46
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.9
|
|
47
|
+
|
|
48
|
+
* @applitools/spec-driver-selenium bumped to 1.8.9
|
|
49
|
+
|
|
50
|
+
* @applitools/spec-driver-playwright bumped to 1.9.9
|
|
51
|
+
|
|
52
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.9
|
|
53
|
+
|
|
54
|
+
* @applitools/screenshoter bumped to 3.12.29
|
|
55
|
+
|
|
56
|
+
* @applitools/ec-client bumped to 1.12.43
|
|
57
|
+
|
|
58
|
+
* eyes_universal bumped to 4.69.0
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## [6.13.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.13.0...ruby/eyes_core@6.13.1) (2026-08-10)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Dependencies
|
|
70
|
+
|
|
71
|
+
* @applitools/utils bumped to 1.15.2
|
|
72
|
+
#### Bug Fixes
|
|
73
|
+
|
|
74
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
75
|
+
* @applitools/logger bumped to 2.3.1
|
|
76
|
+
#### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
* @applitools/dom-shared bumped to 1.2.3
|
|
83
|
+
#### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
86
|
+
* @applitools/dom-snapshot bumped to 4.17.9
|
|
87
|
+
#### Bug Fixes
|
|
88
|
+
|
|
89
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
* @applitools/socket bumped to 1.3.16
|
|
94
|
+
#### Bug Fixes
|
|
95
|
+
|
|
96
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
* @applitools/req bumped to 1.11.3
|
|
101
|
+
#### Bug Fixes
|
|
102
|
+
|
|
103
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
* @applitools/image bumped to 1.3.1
|
|
108
|
+
#### Bug Fixes
|
|
109
|
+
|
|
110
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
* @applitools/snippets bumped to 2.9.6
|
|
115
|
+
#### Bug Fixes
|
|
116
|
+
|
|
117
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
* @applitools/dom-capture bumped to 11.8.5
|
|
122
|
+
#### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
* @applitools/driver bumped to 1.26.8
|
|
129
|
+
#### Bug Fixes
|
|
130
|
+
|
|
131
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
132
|
+
* use an authoritative CSS viewport in classic mode | FLD-4814 ([#4047](https://github.com/Applitools-Dev/sdk/issues/4047)) ([c46497e](https://github.com/Applitools-Dev/sdk/commit/c46497e573fd7fd2da4913452239beea082b148f))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.8
|
|
137
|
+
#### Bug Fixes
|
|
138
|
+
|
|
139
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
* @applitools/spec-driver-selenium bumped to 1.8.8
|
|
144
|
+
#### Bug Fixes
|
|
145
|
+
|
|
146
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
* @applitools/spec-driver-playwright bumped to 1.9.8
|
|
151
|
+
#### Bug Fixes
|
|
152
|
+
|
|
153
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.8
|
|
158
|
+
#### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
* @applitools/screenshoter bumped to 3.12.28
|
|
165
|
+
#### Bug Fixes
|
|
166
|
+
|
|
167
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
* @applitools/nml-client bumped to 1.11.40
|
|
172
|
+
#### Bug Fixes
|
|
173
|
+
|
|
174
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
* @applitools/tunnel-client bumped to 1.12.3
|
|
179
|
+
#### Bug Fixes
|
|
180
|
+
|
|
181
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
* @applitools/ufg-client bumped to 1.23.1
|
|
186
|
+
#### Bug Fixes
|
|
187
|
+
|
|
188
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
* @applitools/core-base bumped to 1.38.1
|
|
193
|
+
#### Bug Fixes
|
|
194
|
+
|
|
195
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
* @applitools/ec-client bumped to 1.12.42
|
|
200
|
+
#### Bug Fixes
|
|
201
|
+
|
|
202
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
* @applitools/core bumped to 4.68.1
|
|
207
|
+
#### Bug Fixes
|
|
208
|
+
|
|
209
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
210
|
+
* omit the empty os from the figma reference env so the design baseline persists | AD-15527 ([#4067](https://github.com/Applitools-Dev/sdk/issues/4067)) ([8395814](https://github.com/Applitools-Dev/sdk/commit/8395814feb6b20eee1c1322dc1539aa4642663d8))
|
|
211
|
+
* use an authoritative CSS viewport in classic mode | FLD-4814 ([#4047](https://github.com/Applitools-Dev/sdk/issues/4047)) ([c46497e](https://github.com/Applitools-Dev/sdk/commit/c46497e573fd7fd2da4913452239beea082b148f))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
* eyes_universal bumped to 4.68.1
|
|
216
|
+
#### Bug Fixes
|
|
217
|
+
|
|
218
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
* @applitools/test-server bumped to 1.4.7
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## [6.13.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.12.2...ruby/eyes_core@6.13.0) (2026-08-05)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Features
|
|
229
|
+
|
|
230
|
+
* add figmaOptions open config to all SDKs | AD-15464 ([#4052](https://github.com/Applitools-Dev/sdk/issues/4052)) ([cff2a2d](https://github.com/Applitools-Dev/sdk/commit/cff2a2d2f3d905dbfd9e12a9b7b26c61c2348935))
|
|
231
|
+
* figmaBaselines first-class open-config, in-repo resolver, all SDKs | AD-15462 ([#4021](https://github.com/Applitools-Dev/sdk/issues/4021)) ([998b3b3](https://github.com/Applitools-Dev/sdk/commit/998b3b38486669d2997f9eb11316067abbe85230))
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Dependencies
|
|
235
|
+
|
|
236
|
+
* @applitools/image bumped to 1.3.0
|
|
237
|
+
#### Features
|
|
238
|
+
|
|
239
|
+
* figmaBaselines first-class open-config, in-repo resolver, all SDKs | AD-15462 ([#4021](https://github.com/Applitools-Dev/sdk/issues/4021)) ([998b3b3](https://github.com/Applitools-Dev/sdk/commit/998b3b38486669d2997f9eb11316067abbe85230))
|
|
240
|
+
* @applitools/ufg-client bumped to 1.23.0
|
|
241
|
+
#### Features
|
|
242
|
+
|
|
243
|
+
* forward accessibilityReportOptions (axe-core) from render-info into the UFG render request | AD-15104 ([#4004](https://github.com/Applitools-Dev/sdk/issues/4004)) ([eef1b59](https://github.com/Applitools-Dev/sdk/commit/eef1b59feac63a488fdb9e7de73d3063cf43c8ca))
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
* @applitools/core bumped to 4.68.0
|
|
248
|
+
#### Features
|
|
249
|
+
|
|
250
|
+
* add figmaOptions open config to all SDKs | AD-15464 ([#4052](https://github.com/Applitools-Dev/sdk/issues/4052)) ([cff2a2d](https://github.com/Applitools-Dev/sdk/commit/cff2a2d2f3d905dbfd9e12a9b7b26c61c2348935))
|
|
251
|
+
* figmaBaselines first-class open-config, in-repo resolver, all SDKs | AD-15462 ([#4021](https://github.com/Applitools-Dev/sdk/issues/4021)) ([998b3b3](https://github.com/Applitools-Dev/sdk/commit/998b3b38486669d2997f9eb11316067abbe85230))
|
|
252
|
+
* forward accessibilityReportOptions (axe-core) from render-info into the UFG render request | AD-15104 ([#4004](https://github.com/Applitools-Dev/sdk/issues/4004)) ([eef1b59](https://github.com/Applitools-Dev/sdk/commit/eef1b59feac63a488fdb9e7de73d3063cf43c8ca))
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
* @applitools/screenshoter bumped to 3.12.27
|
|
257
|
+
|
|
258
|
+
* @applitools/nml-client bumped to 1.11.39
|
|
259
|
+
|
|
260
|
+
* @applitools/core-base bumped to 1.38.0
|
|
261
|
+
#### Features
|
|
262
|
+
|
|
263
|
+
* forward accessibilityReportOptions (axe-core) from render-info into the UFG render request | AD-15104 ([#4004](https://github.com/Applitools-Dev/sdk/issues/4004)) ([eef1b59](https://github.com/Applitools-Dev/sdk/commit/eef1b59feac63a488fdb9e7de73d3063cf43c8ca))
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
* @applitools/ec-client bumped to 1.12.41
|
|
268
|
+
|
|
269
|
+
* eyes_universal bumped to 4.68.0
|
|
270
|
+
#### Features
|
|
271
|
+
|
|
272
|
+
* add figmaOptions open config to all SDKs | AD-15464 ([#4052](https://github.com/Applitools-Dev/sdk/issues/4052)) ([cff2a2d](https://github.com/Applitools-Dev/sdk/commit/cff2a2d2f3d905dbfd9e12a9b7b26c61c2348935))
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
## [6.12.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.12.1...ruby/eyes_core@6.12.2) (2026-07-30)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Dependencies
|
|
281
|
+
|
|
282
|
+
* @applitools/dom-snapshot bumped to 4.17.8
|
|
283
|
+
#### Bug Fixes
|
|
284
|
+
|
|
285
|
+
* strip basic auth from stylesheet sheet.href | FLD-4738 ([#4036](https://github.com/Applitools-Dev/sdk/issues/4036)) ([2ff5259](https://github.com/Applitools-Dev/sdk/commit/2ff525919157598df8e22650a69f59efdb448311))
|
|
286
|
+
* use sheet.href for stylesheet links | FLD-4738 ([#4033](https://github.com/Applitools-Dev/sdk/issues/4033)) ([20d2e65](https://github.com/Applitools-Dev/sdk/commit/20d2e65fb83b9680729a0565e5f4301d2ea79e04))
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
* @applitools/snippets bumped to 2.9.5
|
|
291
|
+
#### Bug Fixes
|
|
292
|
+
|
|
293
|
+
* honor maxAmountToScroll in lazyLoad when scrollTop overshoots ([#4032](https://github.com/Applitools-Dev/sdk/issues/4032)) ([b4393d7](https://github.com/Applitools-Dev/sdk/commit/b4393d76cc9457c2a36896dc1bb6cbaa0c6ed2b4))
|
|
294
|
+
* @applitools/driver bumped to 1.26.7
|
|
295
|
+
|
|
296
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.7
|
|
297
|
+
|
|
298
|
+
* @applitools/spec-driver-selenium bumped to 1.8.7
|
|
299
|
+
|
|
300
|
+
* @applitools/spec-driver-playwright bumped to 1.9.7
|
|
301
|
+
|
|
302
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.7
|
|
303
|
+
|
|
304
|
+
* @applitools/screenshoter bumped to 3.12.26
|
|
305
|
+
|
|
306
|
+
* @applitools/nml-client bumped to 1.11.38
|
|
307
|
+
|
|
308
|
+
* @applitools/ec-client bumped to 1.12.40
|
|
309
|
+
|
|
310
|
+
* @applitools/core bumped to 4.67.2
|
|
311
|
+
|
|
312
|
+
* eyes_universal bumped to 4.67.2
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
## [6.12.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.12.0...ruby/eyes_core@6.12.1) (2026-07-29)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Dependencies
|
|
319
|
+
|
|
320
|
+
* @applitools/dom-snapshot bumped to 4.17.7
|
|
321
|
+
#### Bug Fixes
|
|
322
|
+
|
|
323
|
+
* capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
|
|
324
|
+
* @applitools/core bumped to 4.67.1
|
|
325
|
+
#### Bug Fixes
|
|
326
|
+
|
|
327
|
+
* capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
|
|
328
|
+
* include related branches in git branch-lookup fallback list | AD-15279 ([#4015](https://github.com/Applitools-Dev/sdk/issues/4015)) ([bceb7e1](https://github.com/Applitools-Dev/sdk/commit/bceb7e1bbb98a1138105629eec446f94e328ae30))
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
* eyes_universal bumped to 4.67.1
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## [6.12.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.10...ruby/eyes_core@6.12.0) (2026-07-23)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Features
|
|
339
|
+
|
|
340
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Dependencies
|
|
344
|
+
|
|
345
|
+
* @applitools/nml-client bumped to 1.11.37
|
|
346
|
+
|
|
347
|
+
* @applitools/core-base bumped to 1.37.0
|
|
348
|
+
#### Features
|
|
349
|
+
|
|
350
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
#### Bug Fixes
|
|
354
|
+
|
|
355
|
+
* stop logEventBatch leaking through mainLogger (FLD-4175 regression from [#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([#4011](https://github.com/Applitools-Dev/sdk/issues/4011)) ([e595b64](https://github.com/Applitools-Dev/sdk/commit/e595b646e97aba5955d59b0477b608f24aae3f58))
|
|
356
|
+
* @applitools/core bumped to 4.67.0
|
|
357
|
+
#### Features
|
|
358
|
+
|
|
359
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
* @applitools/ec-client bumped to 1.12.39
|
|
364
|
+
|
|
365
|
+
* eyes_universal bumped to 4.67.0
|
|
366
|
+
|
|
367
|
+
|
|
3
368
|
## [6.11.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.9...ruby/eyes_core@6.11.10) (2026-07-21)
|
|
4
369
|
|
|
5
370
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
|
|
35
35
|
spec.add_dependency 'oj'
|
|
36
36
|
spec.add_dependency 'websocket'
|
|
37
|
-
spec.add_dependency 'eyes_universal', "= 4.
|
|
37
|
+
spec.add_dependency 'eyes_universal', "= 4.69.0"
|
|
38
38
|
|
|
39
39
|
spec.add_development_dependency 'bundler'
|
|
40
40
|
spec.add_development_dependency 'rake'
|
|
@@ -104,6 +104,22 @@ module Applitools
|
|
|
104
104
|
enum_field :session_type, Applitools::SessionTypes.enum_values
|
|
105
105
|
object_field :batch_info, Applitools::BatchInfo
|
|
106
106
|
string_field :baseline_env_name
|
|
107
|
+
# figmaBaselines open-config: String (single Figma URL) or Hash(testName => URL | [URLs]).
|
|
108
|
+
# Union type, so it can't use string_field; stored verbatim and forwarded to core-universal.
|
|
109
|
+
def figma_baselines=(value)
|
|
110
|
+
config_hash[:figma_baselines] = value
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
def figma_baselines
|
|
114
|
+
config_hash[:figma_baselines]
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
def defined_figma_baselines?
|
|
118
|
+
!figma_baselines.nil?
|
|
119
|
+
end
|
|
120
|
+
collect_method :figma_baselines
|
|
121
|
+
# Figma resolver options, forwarded to core-universal. Keys and precedence: core's figma README.
|
|
122
|
+
object_field :figma_options, Hash, true
|
|
107
123
|
# Mirrors the BatchInfo precedent.
|
|
108
124
|
object_field :_baseline_env_options, Applitools::BaselineEnvOptions, true
|
|
109
125
|
string_field :app_name
|
|
@@ -131,6 +131,14 @@ module Applitools
|
|
|
131
131
|
original_results['isDifferent']
|
|
132
132
|
end
|
|
133
133
|
|
|
134
|
+
def has_auto_accepted_infra_update_steps?
|
|
135
|
+
original_results['hasAutoAcceptedInfraUpdateSteps']
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
def all_mismatches_are_infra?
|
|
139
|
+
original_results['allMismatchesAreInfra']
|
|
140
|
+
end
|
|
141
|
+
|
|
134
142
|
def aborted?
|
|
135
143
|
original_results['isAborted'] || !errors.nil?
|
|
136
144
|
end
|
|
@@ -68,6 +68,8 @@ module Applitools
|
|
|
68
68
|
:hostOSInfo,
|
|
69
69
|
:deviceInfo,
|
|
70
70
|
:baselineEnvName,
|
|
71
|
+
:figmaBaselines, # open-config: String (single Figma URL) or Hash(testName => URL | [URLs]) forwarded to core-universal figma resolver
|
|
72
|
+
:figmaOptions, # open-config: Hash of figma resolver options; each entry wins over its env fallback in core-universal
|
|
71
73
|
:useLatestEnvBaseline, # inert without baseline_env_name
|
|
72
74
|
:environmentName,
|
|
73
75
|
:branchName,
|
|
@@ -134,7 +136,6 @@ module Applitools
|
|
|
134
136
|
# :ignoreGitBranching,
|
|
135
137
|
# :abortIdleTestTimeout
|
|
136
138
|
|
|
137
|
-
# 23 + 3 + 2 + 11 = 39
|
|
138
139
|
FROM_ORIGINAL_EYES = [:api_key, :app_name, :batch, :browsers_info, :concurrent_sessions, :debug_screenshots,
|
|
139
140
|
:force_full_page_screenshot, :hide_caret, :hide_scrollbars, :host_app, :host_os, :match_timeout, :proxy,
|
|
140
141
|
:save_failed_tests, :save_new_tests, :scale_ratio, :send_dom, :stitch_mode, :test_name,
|
|
@@ -149,10 +150,9 @@ module Applitools
|
|
|
149
150
|
:aut_proxy,
|
|
150
151
|
] + [
|
|
151
152
|
:environment_name, :branch_name, :default_match_settings, :properties, :parent_branch_name,
|
|
152
|
-
:compare_with_parent_branch, :baseline_env_name, :_baseline_env_options, :save_diffs, :session_type, :baseline_branch_name
|
|
153
|
+
:compare_with_parent_branch, :baseline_env_name, :figma_baselines, :figma_options, :_baseline_env_options, :save_diffs, :session_type, :baseline_branch_name
|
|
153
154
|
]
|
|
154
155
|
|
|
155
|
-
# 51 - 39 - 2 = 10
|
|
156
156
|
OTHER = [:logs, :remove_session, :remote_events, :display_name, :host_app_info, :host_os_info, :device_info,
|
|
157
157
|
:ignore_baseline, :cut, :rotation ]
|
|
158
158
|
|
|
@@ -161,6 +161,11 @@ module Applitools
|
|
|
161
161
|
alias stitching_overlap= stitch_overlap=
|
|
162
162
|
alias dont_fetch_resources= disable_browser_fetching=
|
|
163
163
|
|
|
164
|
+
# Ruby callers spell the option keys snake_case; core-universal reads the camelCase wire keys.
|
|
165
|
+
def figma_options=(value)
|
|
166
|
+
self.figmaOptions = value.nil? ? nil : Applitools::Utils.camelcase_hash_keys(value)
|
|
167
|
+
end
|
|
168
|
+
|
|
164
169
|
# Unwrap the nested options bundle into the flat IPC wire field expected by core-universal.
|
|
165
170
|
def _baseline_env_options=(value)
|
|
166
171
|
return if value.nil?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oj
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 4.
|
|
47
|
+
version: 4.69.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 4.
|
|
54
|
+
version: 4.69.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|