eyes_core 6.9.24 → 6.10.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 +170 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/connectivity/proxy.rb +20 -0
- data/lib/applitools/core/eyes_base_configuration.rb +6 -0
- data/lib/applitools/eyes_core/version.rb +1 -1
- data/lib/applitools/universal_sdk/universal_client.rb +1 -1
- data/lib/applitools/universal_sdk/universal_eyes_config.rb +4 -1
- 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: ba7b21306be596e653f216c2edb2f4291df961648945f5311f9bf3e8b1cdb51d
|
|
4
|
+
data.tar.gz: a8fdf83df73f5c8f1c8e20bfe8d8a9622e64da410795909836cf3b7b0441b000
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '082ae15d196c8a24ea7f687734a486ccc89e640ed3fbce56c308cbc374c81725de79b50f5b4672d210c4fea87895dff1b05e9d1c4beb9dddfd74e256bb6a98f6'
|
|
7
|
+
data.tar.gz: 6f4e27b355fdbaa5271697e6890ab1c7fd94afa9e01e4ef8bb997e2be8cfdb4ff2f24efd3366591365cac2d53b6390da68db35f9d87b8036d22ba4bf2b4dbe40
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,175 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.10.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.25...ruby/eyes_core@6.10.0) (2026-03-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add missing aut proxy in ruby and python | AD-12951 ([#3688](https://github.com/Applitools-Dev/sdk/issues/3688)) ([818adbb](https://github.com/Applitools-Dev/sdk/commit/818adbb25248f194283714263a4b8d80fd960a29))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/utils bumped to 1.14.3
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
17
|
+
* @applitools/logger bumped to 2.2.10
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/dom-snapshot bumped to 4.16.2
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
* @applitools/socket bumped to 1.3.11
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/req bumped to 1.9.2
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
* @applitools/image bumped to 1.2.9
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* @applitools/snippets bumped to 2.8.1
|
|
53
|
+
#### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
56
|
+
* @applitools/dom-capture bumped to 11.6.13
|
|
57
|
+
#### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
* @applitools/driver bumped to 1.25.4
|
|
64
|
+
#### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.9
|
|
71
|
+
#### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
* @applitools/spec-driver-selenium bumped to 1.7.15
|
|
78
|
+
#### Bug Fixes
|
|
79
|
+
|
|
80
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
* @applitools/spec-driver-puppeteer bumped to 1.7.4
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
* @applitools/screenshoter bumped to 3.12.17
|
|
92
|
+
#### Bug Fixes
|
|
93
|
+
|
|
94
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
* @applitools/nml-client bumped to 1.11.22
|
|
99
|
+
#### Bug Fixes
|
|
100
|
+
|
|
101
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
* @applitools/tunnel-client bumped to 1.11.9
|
|
106
|
+
#### Bug Fixes
|
|
107
|
+
|
|
108
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
109
|
+
* tunnel client network test | AD-12582 ([#3699](https://github.com/Applitools-Dev/sdk/issues/3699)) ([f0b01f9](https://github.com/Applitools-Dev/sdk/commit/f0b01f9d7614a3e14d77a77dd76cb58b712d3a0a))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
* @applitools/ufg-client bumped to 1.20.1
|
|
114
|
+
#### Bug Fixes
|
|
115
|
+
|
|
116
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
117
|
+
* strip logger from resources before passing to checkResources ([#3638](https://github.com/Applitools-Dev/sdk/issues/3638)) ([5491e9f](https://github.com/Applitools-Dev/sdk/commit/5491e9f0b2cf5eb1ca0e5c5a381407d3f5c24f3f))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
* @applitools/core-base bumped to 1.32.4
|
|
122
|
+
#### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
* @applitools/ec-client bumped to 1.12.24
|
|
129
|
+
#### Bug Fixes
|
|
130
|
+
|
|
131
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
* @applitools/core bumped to 4.59.0
|
|
136
|
+
#### Features
|
|
137
|
+
|
|
138
|
+
* use branch name env vars for CI ([#3687](https://github.com/Applitools-Dev/sdk/issues/3687)) ([229609e](https://github.com/Applitools-Dev/sdk/commit/229609e83b2b2c55fdb26657085aa94f84e4af73))
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
#### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
144
|
+
* remove NMG takeSnapshots functionality and all related dead code ([2e74475](https://github.com/Applitools-Dev/sdk/commit/2e74475934b1c94723f7381df0047f5dbddd2246)), closes [#3654](https://github.com/Applitools-Dev/sdk/issues/3654)
|
|
145
|
+
* remove spec parameter from makeTakeSnapshots calls to match function signature ([e47fb33](https://github.com/Applitools-Dev/sdk/commit/e47fb338d1e387c3b2a5898f008f1298f8118388))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
* @applitools/test-server bumped to 1.4.2
|
|
150
|
+
#### Bug Fixes
|
|
151
|
+
|
|
152
|
+
* exclude CHANGELOG.md from all published npm packages | AD-10793 ([#3682](https://github.com/Applitools-Dev/sdk/issues/3682)) ([95a0a80](https://github.com/Applitools-Dev/sdk/commit/95a0a8063fc2e1809c1bef1fc651d6deceda6e7e))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
* eyes_universal bumped to 4.59.0
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## [6.9.25](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.24...ruby/eyes_core@6.9.25) (2026-03-16)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Dependencies
|
|
163
|
+
|
|
164
|
+
* @applitools/dom-snapshot bumped to 4.16.1
|
|
165
|
+
#### Bug Fixes
|
|
166
|
+
|
|
167
|
+
* capture slot assigned nodes in custom shadow roots | FLD-4226 ([#3666](https://github.com/Applitools-Dev/sdk/issues/3666)) ([a794617](https://github.com/Applitools-Dev/sdk/commit/a79461719b76a551838198a426f4b0b8b6d0df51))
|
|
168
|
+
* @applitools/core bumped to 4.58.2
|
|
169
|
+
|
|
170
|
+
* eyes_universal bumped to 4.58.2
|
|
171
|
+
|
|
172
|
+
|
|
3
173
|
## [6.9.24](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.23...ruby/eyes_core@6.9.24) (2026-03-16)
|
|
4
174
|
|
|
5
175
|
|
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.59.0"
|
|
38
38
|
|
|
39
39
|
spec.add_development_dependency 'bundler'
|
|
40
40
|
spec.add_development_dependency 'rake'
|
|
@@ -17,6 +17,26 @@ module Applitools::Connectivity
|
|
|
17
17
|
result
|
|
18
18
|
end
|
|
19
19
|
|
|
20
|
+
def uri=(value)
|
|
21
|
+
if value.is_a? URI
|
|
22
|
+
super
|
|
23
|
+
else
|
|
24
|
+
super URI.parse(value)
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
AutProxy = Struct.new(:uri, :user, :password, :is_http_only, :mode, :domains) do
|
|
29
|
+
def to_hash
|
|
30
|
+
result = {}
|
|
31
|
+
result[:url] = uri.is_a?(String) ? uri : uri.to_s
|
|
32
|
+
result[:username] = user unless user.nil?
|
|
33
|
+
result[:password] = password unless password.nil?
|
|
34
|
+
result[:isHttpOnly] = !!is_http_only unless is_http_only.nil?
|
|
35
|
+
result[:mode] = mode unless mode.nil?
|
|
36
|
+
result[:domains] = domains unless domains.nil? || domains.empty?
|
|
37
|
+
result
|
|
38
|
+
end
|
|
39
|
+
|
|
20
40
|
def uri=(value)
|
|
21
41
|
if value.is_a? URI
|
|
22
42
|
super
|
|
@@ -111,6 +111,7 @@ module Applitools
|
|
|
111
111
|
string_field :host_os
|
|
112
112
|
string_field :host_app
|
|
113
113
|
object_field :proxy, Applitools::Connectivity::Proxy
|
|
114
|
+
object_field :aut_proxy, Applitools::Connectivity::AutProxy
|
|
114
115
|
enum_field :match_level, Applitools::MatchLevel.enum_values
|
|
115
116
|
object_field :exact, Applitools::ImageMatchSettings::Exact
|
|
116
117
|
object_field :default_match_settings, Applitools::ImageMatchSettings
|
|
@@ -139,6 +140,10 @@ module Applitools
|
|
|
139
140
|
self.proxy = Applitools::Connectivity::Proxy.new(uri, user, password)
|
|
140
141
|
end
|
|
141
142
|
|
|
143
|
+
def set_aut_proxy(uri, user = nil, password = nil, mode = nil, domains = nil)
|
|
144
|
+
self.aut_proxy = Applitools::Connectivity::AutProxy.new(uri, user, password, nil, mode, domains)
|
|
145
|
+
end
|
|
146
|
+
|
|
142
147
|
def custom_setter_for_exact(value)
|
|
143
148
|
default_match_settings.exact = value
|
|
144
149
|
end
|
|
@@ -201,6 +206,7 @@ module Applitools
|
|
|
201
206
|
end
|
|
202
207
|
|
|
203
208
|
methods_to_delegate.push(:set_proxy)
|
|
209
|
+
methods_to_delegate.push(:set_aut_proxy)
|
|
204
210
|
methods_to_delegate.push(:add_property)
|
|
205
211
|
|
|
206
212
|
# U-Notes : Universal Add
|
|
@@ -124,7 +124,7 @@ module Applitools::Connectivity
|
|
|
124
124
|
commands_config[:open][:keepBatchOpen] = config.delete(:dontCloseBatches) unless config[:dontCloseBatches].nil?
|
|
125
125
|
|
|
126
126
|
[:hideCaret, :hideScrollbars, :disableBrowserFetching, :sendDom, :stitchMode,
|
|
127
|
-
:layoutBreakpoints, :waitBeforeCapture].each do |k|
|
|
127
|
+
:layoutBreakpoints, :waitBeforeCapture, :autProxy].each do |k|
|
|
128
128
|
config_mapping(config, commands_config[:check], k)
|
|
129
129
|
end
|
|
130
130
|
|
|
@@ -85,7 +85,8 @@ module Applitools
|
|
|
85
85
|
# }
|
|
86
86
|
json_fields :sendDom,
|
|
87
87
|
:matchTimeout,
|
|
88
|
-
:forceFullPageScreenshot
|
|
88
|
+
:forceFullPageScreenshot,
|
|
89
|
+
:autProxy
|
|
89
90
|
|
|
90
91
|
# export type EyesClassicConfig<TElement = unknown, TSelector = unknown> = {
|
|
91
92
|
# waitBeforeScreenshots?: number
|
|
@@ -141,6 +142,7 @@ module Applitools
|
|
|
141
142
|
] + [
|
|
142
143
|
:layout_breakpoints,
|
|
143
144
|
:scroll_root_element,
|
|
145
|
+
:aut_proxy,
|
|
144
146
|
] + [
|
|
145
147
|
:environment_name, :branch_name, :default_match_settings, :properties, :parent_branch_name,
|
|
146
148
|
:compare_with_parent_branch, :baseline_env_name, :save_diffs, :session_type, :baseline_branch_name
|
|
@@ -224,6 +226,7 @@ module Applitools
|
|
|
224
226
|
self.browsers_info = browsers_info.to_hash if browsers_info.is_a?(Applitools::Selenium::BrowsersInfo)
|
|
225
227
|
self.default_match_settings = default_match_settings.to_hash if default_match_settings.is_a?(Applitools::ImageMatchSettings)
|
|
226
228
|
self.proxy = proxy.to_hash if proxy.is_a?(Applitools::Connectivity::Proxy)
|
|
229
|
+
self.aut_proxy = aut_proxy.to_hash if aut_proxy.is_a?(Applitools::Connectivity::AutProxy)
|
|
227
230
|
self.viewport_size = viewport_size.to_h if viewport_size.is_a?(Applitools::RectangleSize)
|
|
228
231
|
api_change
|
|
229
232
|
# require 'pry'
|
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.10.0
|
|
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-03-
|
|
11
|
+
date: 2026-03-29 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.59.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.59.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|