eyes_appium 6.0.4 → 6.3.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 +4 -4
- data/CHANGELOG.md +330 -0
- data/lib/applitools/appium/eyes.rb +17 -20
- data/lib/applitools/eyes_appium/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6434507c5e4b7f4447bb97b1ec1e2b0a18db79517cc21c8fbaa6569bf04589e2
|
|
4
|
+
data.tar.gz: a0e773c24866065be972ab69460a1b1b30a958b1d9fa1a2e2fbda6761b165072
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70af0bd2538479f8960ae709763d0920aaf670ae3353c95cd66cb1e891380061bc95c907ece012d3ed0bf0ce5cd4eaad50daa2baba0a9bf317032deefe8d66d1
|
|
7
|
+
data.tar.gz: 63d7377f4af6807644300fe4efdcdfab340f3173a019956dcbcbdac287dc0f9943bf316731fc84003bc04ad64658280a38dfccf0a8df972b386295d5681fd10d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,335 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.3.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.2.0...ruby/eyes_appium@6.3.0) (2024-03-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* bump minor version in all ruby packages ([2a59606](https://github.com/Applitools-Dev/sdk/commit/2a596062675a71203a6c6b15249223a17f25a841))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
|
|
14
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
|
15
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
|
16
|
+
* trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/core bumped to 4.10.5
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* include js core in ruby,python,dotnet release PR ([8326659](https://github.com/Applitools-Dev/sdk/commit/83266595ca3d2e21d7e2d5a50d299c42de4ea96c))
|
|
25
|
+
* eyes_universal bumped to 4.10.5
|
|
26
|
+
#### Features
|
|
27
|
+
|
|
28
|
+
* align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
|
|
34
|
+
* trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* eyes_core bumped to 6.3.0
|
|
39
|
+
#### Features
|
|
40
|
+
|
|
41
|
+
* align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
|
|
47
|
+
* trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
* eyes_selenium bumped to 6.3.0
|
|
52
|
+
#### Features
|
|
53
|
+
|
|
54
|
+
* align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
#### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
|
|
60
|
+
* trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## [6.2.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium-v6.1.3...ruby/eyes_appium@6.2.0) (2024-03-20)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Features
|
|
69
|
+
|
|
70
|
+
* added notification about outdated sdk version ([#2012](https://github.com/Applitools-Dev/sdk/issues/2012)) ([0f0a646](https://github.com/Applitools-Dev/sdk/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
|
|
71
|
+
* bump minor version in all ruby packages ([2a59606](https://github.com/Applitools-Dev/sdk/commit/2a596062675a71203a6c6b15249223a17f25a841))
|
|
72
|
+
* ios multi device target ([#2160](https://github.com/Applitools-Dev/sdk/issues/2160)) ([3874fb8](https://github.com/Applitools-Dev/sdk/commit/3874fb8ad77039abbb5ab78c00ffb45829b2db28))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
|
78
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Dependencies
|
|
82
|
+
|
|
83
|
+
* @applitools/core bumped to 4.10.4
|
|
84
|
+
#### Bug Fixes
|
|
85
|
+
|
|
86
|
+
* include js core in ruby release PR ([be9b7f1](https://github.com/Applitools-Dev/sdk/commit/be9b7f150e72982f2a6171553864fd4561df0d8f))
|
|
87
|
+
* eyes_universal bumped to 4.10.4
|
|
88
|
+
#### Bug Fixes
|
|
89
|
+
|
|
90
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
* eyes_core bumped to 6.2.0
|
|
95
|
+
#### Features
|
|
96
|
+
|
|
97
|
+
* bump minor version in core ruby package ([62a3db2](https://github.com/Applitools-Dev/sdk/commit/62a3db2143ec2a8ecfcde7f3d179139678fb326b))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
#### Bug Fixes
|
|
101
|
+
|
|
102
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
* eyes_selenium bumped to 6.2.0
|
|
107
|
+
#### Features
|
|
108
|
+
|
|
109
|
+
* bump minor version in all ruby packages ([2a59606](https://github.com/Applitools-Dev/sdk/commit/2a596062675a71203a6c6b15249223a17f25a841))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
#### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## [6.1.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.2.0...ruby/eyes_appium@6.2.1) (2024-03-19)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Dependencies
|
|
128
|
+
|
|
129
|
+
* @applitools/core bumped to 4.10.3
|
|
130
|
+
#### Bug Fixes
|
|
131
|
+
|
|
132
|
+
* trigger release of js core ([3518656](https://github.com/Applitools-Dev/sdk/commit/351865693f0ca700c563d079e78fe1ef9b557d36))
|
|
133
|
+
* eyes_universal bumped to 4.10.3
|
|
134
|
+
#### Bug Fixes
|
|
135
|
+
|
|
136
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
* eyes_core bumped to 6.1.3
|
|
141
|
+
#### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
* eyes_selenium bumped to 6.1.3
|
|
148
|
+
#### Bug Fixes
|
|
149
|
+
|
|
150
|
+
* trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## [6.1.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.1.1...ruby/eyes_appium@6.2.0) (2024-03-17)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Features
|
|
159
|
+
|
|
160
|
+
* ios multi device target ([#2160](https://github.com/Applitools-Dev/sdk/issues/2160)) ([3874fb8](https://github.com/Applitools-Dev/sdk/commit/3874fb8ad77039abbb5ab78c00ffb45829b2db28))
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Dependencies
|
|
164
|
+
|
|
165
|
+
* @applitools/css-tree bumped to 1.1.0
|
|
166
|
+
#### Features
|
|
167
|
+
|
|
168
|
+
* 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))
|
|
169
|
+
* @applitools/dom-snapshot bumped to 4.9.0
|
|
170
|
+
#### Features
|
|
171
|
+
|
|
172
|
+
* 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))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.1
|
|
177
|
+
|
|
178
|
+
* @applitools/spec-driver-selenium bumped to 1.5.70
|
|
179
|
+
|
|
180
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.1
|
|
181
|
+
|
|
182
|
+
* @applitools/driver bumped to 1.16.3
|
|
183
|
+
#### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* 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))
|
|
186
|
+
* trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
|
|
187
|
+
* @applitools/screenshoter bumped to 3.8.25
|
|
188
|
+
|
|
189
|
+
* @applitools/nml-client bumped to 1.7.3
|
|
190
|
+
|
|
191
|
+
* @applitools/ufg-client bumped to 1.10.0
|
|
192
|
+
#### Features
|
|
193
|
+
|
|
194
|
+
* 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))
|
|
195
|
+
* throttle fetching resources by default ([#2216](https://github.com/Applitools-Dev/sdk/issues/2216)) ([a2da800](https://github.com/Applitools-Dev/sdk/commit/a2da80076eb30241a168500903a9d80344900213))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
* @applitools/ec-client bumped to 1.7.28
|
|
200
|
+
|
|
201
|
+
* @applitools/core bumped to 4.10.0
|
|
202
|
+
#### Features
|
|
203
|
+
|
|
204
|
+
* support webview in nml ([#2236](https://github.com/Applitools-Dev/sdk/issues/2236)) ([b4440d8](https://github.com/Applitools-Dev/sdk/commit/b4440d86a863d1af8089f8606ac6819636fa46f4))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
* eyes_universal bumped to 4.10.0
|
|
209
|
+
|
|
210
|
+
* eyes_core bumped to 6.1.2
|
|
211
|
+
|
|
212
|
+
* eyes_selenium bumped to 6.1.2
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_appium@6.1.0...ruby/eyes_appium@6.1.1) (2024-02-29)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Dependencies
|
|
219
|
+
|
|
220
|
+
* @applitools/req bumped to 1.6.5
|
|
221
|
+
#### Bug Fixes
|
|
222
|
+
|
|
223
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
|
224
|
+
* @applitools/dom-shared bumped to 1.0.13
|
|
225
|
+
#### Bug Fixes
|
|
226
|
+
|
|
227
|
+
* 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))
|
|
228
|
+
* @applitools/tunnel-client bumped to 1.4.1
|
|
229
|
+
#### Bug Fixes
|
|
230
|
+
|
|
231
|
+
* upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
* @applitools/dom-capture bumped to 11.2.6
|
|
236
|
+
|
|
237
|
+
* @applitools/dom-snapshot bumped to 4.8.1
|
|
238
|
+
|
|
239
|
+
* @applitools/nml-client bumped to 1.7.2
|
|
240
|
+
|
|
241
|
+
* @applitools/ufg-client bumped to 1.9.10
|
|
242
|
+
|
|
243
|
+
* @applitools/ec-client bumped to 1.7.27
|
|
244
|
+
|
|
245
|
+
* @applitools/core-base bumped to 1.9.1
|
|
246
|
+
#### Bug Fixes
|
|
247
|
+
|
|
248
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
* @applitools/core bumped to 4.9.1
|
|
253
|
+
|
|
254
|
+
* eyes_universal bumped to 4.9.1
|
|
255
|
+
|
|
256
|
+
* eyes_core bumped to 6.1.1
|
|
257
|
+
|
|
258
|
+
* eyes_selenium bumped to 6.1.1
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_appium-v6.0.4...ruby/eyes_appium@6.1.0) (2024-02-19)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Features
|
|
265
|
+
|
|
266
|
+
* 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))
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Dependencies
|
|
270
|
+
|
|
271
|
+
* @applitools/dom-snapshot bumped to 4.7.17
|
|
272
|
+
#### Bug Fixes
|
|
273
|
+
|
|
274
|
+
* 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))
|
|
275
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.57
|
|
276
|
+
#### Bug Fixes
|
|
277
|
+
|
|
278
|
+
* 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))
|
|
279
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.0
|
|
280
|
+
#### Features
|
|
281
|
+
|
|
282
|
+
* 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))
|
|
283
|
+
* @applitools/core bumped to 4.8.0
|
|
284
|
+
#### Features
|
|
285
|
+
|
|
286
|
+
* 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))
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
#### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* 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))
|
|
292
|
+
* nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
|
|
293
|
+
* 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))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
* eyes_core bumped to 6.1.0
|
|
298
|
+
#### Features
|
|
299
|
+
|
|
300
|
+
* 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))
|
|
301
|
+
* 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))
|
|
302
|
+
* generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
* @applitools/screenshoter bumped to 3.8.23
|
|
307
|
+
|
|
308
|
+
* @applitools/nml-client bumped to 1.7.0
|
|
309
|
+
#### Features
|
|
310
|
+
|
|
311
|
+
* 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))
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
#### Bug Fixes
|
|
315
|
+
|
|
316
|
+
* 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))
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
* @applitools/ec-client bumped to 1.7.25
|
|
321
|
+
|
|
322
|
+
* eyes_universal bumped to 4.8.0
|
|
323
|
+
|
|
324
|
+
* eyes_selenium bumped to 6.1.0
|
|
325
|
+
#### Features
|
|
326
|
+
|
|
327
|
+
* 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))
|
|
328
|
+
* 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))
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
3
333
|
## [6.0.4] (2024-02-05)
|
|
4
334
|
|
|
5
335
|
* ### Bug Fixes
|
|
@@ -127,35 +127,32 @@ class Applitools::Appium::Eyes < Applitools::Selenium::SeleniumEyes
|
|
|
127
127
|
check(options[:tag], target)
|
|
128
128
|
end
|
|
129
129
|
|
|
130
|
-
def set_mobile_capabilities(
|
|
131
|
-
|
|
130
|
+
def self.set_mobile_capabilities(caps, api_key = nil, server_url = nil, proxy = nil)
|
|
131
|
+
api_key ||= ENV['APPLITOOLS_API_KEY']
|
|
132
|
+
raise Applitools::EyesError.new('No API key was given, or is an empty string.') if api_key.to_s.empty?
|
|
132
133
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
if nml_api_key.nil? || nml_api_key.empty?
|
|
136
|
-
raise Applitools::EyesError.new('No API key was given, or is an empty string.')
|
|
137
|
-
end
|
|
138
|
-
end
|
|
139
|
-
new_caps[:NML_API_KEY] = nml_api_key
|
|
134
|
+
server_url ||= ENV['APPLITOOLS_SERVER_URL']
|
|
135
|
+
proxy ||= ENV['APPLITOOLS_HTTP_PROXY']
|
|
140
136
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
137
|
+
new_caps = {
|
|
138
|
+
APPLITOOLS_API_KEY: api_key,
|
|
139
|
+
APPLITOOLS_SERVER_URL: server_url,
|
|
140
|
+
APPLITOOLS_PROXY_URL: proxy
|
|
141
|
+
}.compact # Removes nil values
|
|
145
142
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
end
|
|
149
|
-
new_caps[:NML_PROXY_URL] = proxy_settings if proxy_settings
|
|
143
|
+
# Ensure `caps` is a hash to avoid NoMethodError for []= on nil
|
|
144
|
+
caps ||= {}
|
|
150
145
|
|
|
151
|
-
|
|
152
|
-
|
|
146
|
+
caps[:optionalIntentArguments] = "--es APPLITOOLS '#{new_caps.to_json}'"
|
|
147
|
+
caps[:processArguments] = {
|
|
153
148
|
args: [],
|
|
154
149
|
env: new_caps.merge(DYLD_INSERT_LIBRARIES: "@executable_path/Frameworks/UFG_lib.xcframework/ios-arm64/UFG_lib.framework/UFG_lib:@executable_path/Frameworks/UFG_lib.xcframework/ios-arm64_x86_64-simulator/UFG_lib.framework/UFG_lib")
|
|
155
150
|
}
|
|
156
151
|
end
|
|
157
152
|
|
|
158
|
-
|
|
153
|
+
class << self
|
|
154
|
+
alias set_nmg_capabilities set_mobile_capabilities
|
|
155
|
+
end
|
|
159
156
|
|
|
160
157
|
def use_system_screenshot(value = true)
|
|
161
158
|
self.screenshot_mode = !value ? 'applitools-lib' : 'default'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_appium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0
|
|
4
|
+
version: 6.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: eyes_selenium
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.0
|
|
19
|
+
version: 6.3.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 6.0
|
|
26
|
+
version: 6.3.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: appium_lib
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -64,7 +64,7 @@ homepage: https://www.applitools.com
|
|
|
64
64
|
licenses:
|
|
65
65
|
- Applitools
|
|
66
66
|
metadata: {}
|
|
67
|
-
post_install_message:
|
|
67
|
+
post_install_message:
|
|
68
68
|
rdoc_options: []
|
|
69
69
|
require_paths:
|
|
70
70
|
- lib
|
|
@@ -79,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
|
-
rubygems_version: 3.
|
|
83
|
-
signing_key:
|
|
82
|
+
rubygems_version: 3.3.26
|
|
83
|
+
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
85
|
summary: Applitools Ruby Appium SDK
|
|
86
86
|
test_files: []
|