eyes_core 6.3.5 → 6.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +157 -0
- data/eyes_core.gemspec +1 -3
- data/lib/applitools/eyes_core/version.rb +1 -1
- data/lib/applitools/universal_sdk/universal_client.rb +7 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 391c8bb10ca575b3556ec62876ebd2da33adc3b13c64a7cd115ca3e94398c94a
|
4
|
+
data.tar.gz: ba18c956cc59d0c280057c4a065b4407fcefa64b96d4f9e6b94a4c16d4e9a9e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: effe5eb5224d4aabab6567e2928b0fa805f01d890ee19e52cca4fa013dd349958043ada027ed64b6abd3b1eb3181be0ade7c85ffc3ceac57b2890a1c4853d1d6
|
7
|
+
data.tar.gz: c63be2a3a4fb9251558588f67172868e5d0828efe861fd76a480fc8ddc04edcbf9573515c1c95ec6e045c29b4aadedbf8a20839ad2dda28824fca8155c503b10
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,162 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.7...ruby/eyes_core@6.3.8) (2024-09-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/dom-capture bumped to 11.4.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* 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))
|
12
|
+
* @applitools/driver bumped to 1.19.0
|
13
|
+
#### Features
|
14
|
+
|
15
|
+
* 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))
|
16
|
+
|
17
|
+
|
18
|
+
#### Bug Fixes
|
19
|
+
|
20
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
21
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
22
|
+
* @applitools/core bumped to 4.18.2
|
23
|
+
#### Bug Fixes
|
24
|
+
|
25
|
+
* 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))
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
30
|
+
|
31
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
32
|
+
|
33
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
34
|
+
|
35
|
+
* @applitools/screenshoter bumped to 3.8.36
|
36
|
+
|
37
|
+
* @applitools/nml-client bumped to 1.8.10
|
38
|
+
|
39
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
40
|
+
#### Bug Fixes
|
41
|
+
|
42
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
* @applitools/core-base bumped to 1.16.1
|
47
|
+
#### Bug Fixes
|
48
|
+
|
49
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
50
|
+
* @applitools/ec-client bumped to 1.9.4
|
51
|
+
|
52
|
+
* eyes_universal bumped to 4.18.2
|
53
|
+
|
54
|
+
|
55
|
+
## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.6...ruby/eyes_core@6.3.7) (2024-07-23)
|
56
|
+
|
57
|
+
|
58
|
+
### Dependencies
|
59
|
+
|
60
|
+
* @applitools/driver bumped to 1.18.0
|
61
|
+
#### Features
|
62
|
+
|
63
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
64
|
+
|
65
|
+
|
66
|
+
#### Bug Fixes
|
67
|
+
|
68
|
+
* executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
|
69
|
+
* @applitools/ufg-client bumped to 1.12.3
|
70
|
+
#### Bug Fixes
|
71
|
+
|
72
|
+
* 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))
|
73
|
+
|
74
|
+
|
75
|
+
#### Performance Improvements
|
76
|
+
|
77
|
+
* trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
|
78
|
+
* @applitools/core bumped to 4.18.0
|
79
|
+
#### Features
|
80
|
+
|
81
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.11
|
86
|
+
|
87
|
+
* @applitools/spec-driver-selenium bumped to 1.5.82
|
88
|
+
|
89
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.11
|
90
|
+
|
91
|
+
* @applitools/screenshoter bumped to 3.8.35
|
92
|
+
|
93
|
+
* @applitools/nml-client bumped to 1.8.9
|
94
|
+
|
95
|
+
* @applitools/ec-client bumped to 1.9.3
|
96
|
+
|
97
|
+
* eyes_universal bumped to 4.18.0
|
98
|
+
|
99
|
+
|
100
|
+
## [6.3.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.5...ruby/eyes_core@6.3.6) (2024-05-28)
|
101
|
+
|
102
|
+
|
103
|
+
### Dependencies
|
104
|
+
|
105
|
+
* @applitools/req bumped to 1.7.0
|
106
|
+
#### Features
|
107
|
+
|
108
|
+
* 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))
|
109
|
+
* @applitools/ufg-client bumped to 1.12.0
|
110
|
+
#### Features
|
111
|
+
|
112
|
+
* 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))
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
* @applitools/core-base bumped to 1.15.0
|
117
|
+
#### Features
|
118
|
+
|
119
|
+
* 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))
|
120
|
+
|
121
|
+
|
122
|
+
#### Bug Fixes
|
123
|
+
|
124
|
+
* 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))
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
* @applitools/core bumped to 4.16.0
|
129
|
+
#### Features
|
130
|
+
|
131
|
+
* 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))
|
132
|
+
|
133
|
+
|
134
|
+
#### Bug Fixes
|
135
|
+
|
136
|
+
* 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))
|
137
|
+
* throw from createRenderResults if rendering failed ([#2352](https://github.com/Applitools-Dev/sdk/issues/2352)) ([50b0394](https://github.com/Applitools-Dev/sdk/commit/50b0394f35464f4d61dd578bf7e84947af00b99b))
|
138
|
+
|
139
|
+
|
140
|
+
#### Performance Improvements
|
141
|
+
|
142
|
+
* 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))
|
143
|
+
|
144
|
+
|
145
|
+
#### Code Refactoring
|
146
|
+
|
147
|
+
* 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))
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
* @applitools/nml-client bumped to 1.8.5
|
152
|
+
|
153
|
+
* @applitools/tunnel-client bumped to 1.5.3
|
154
|
+
|
155
|
+
* @applitools/ec-client bumped to 1.8.6
|
156
|
+
|
157
|
+
* eyes_universal bumped to 4.16.0
|
158
|
+
|
159
|
+
|
3
160
|
## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.4...ruby/eyes_core@6.3.5) (2024-05-07)
|
4
161
|
|
5
162
|
|
data/eyes_core.gemspec
CHANGED
@@ -30,8 +30,6 @@ Gem::Specification.new do |spec|
|
|
30
30
|
|
31
31
|
spec.metadata['yard.run'] = 'yri' # use "yard" to build full HTML docs.
|
32
32
|
|
33
|
-
# spec.add_dependency 'oily_png', '~> 1.2'
|
34
|
-
# spec.add_dependency 'chunky_png', '= 1.3.6'
|
35
33
|
spec.add_dependency 'faraday'
|
36
34
|
spec.add_dependency 'faraday_middleware'
|
37
35
|
spec.add_dependency 'faraday-cookie_jar'
|
@@ -40,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
40
38
|
spec.add_dependency 'colorize'
|
41
39
|
spec.add_dependency 'websocket'
|
42
40
|
spec.add_dependency 'sorted_set'
|
43
|
-
spec.add_dependency 'eyes_universal', "
|
41
|
+
spec.add_dependency 'eyes_universal', "= 4.18.2"
|
44
42
|
|
45
43
|
spec.add_development_dependency 'bundler'
|
46
44
|
spec.add_development_dependency 'rake'
|
@@ -405,7 +405,13 @@ module Applitools::Connectivity
|
|
405
405
|
cwd: Dir.pwd,
|
406
406
|
spec: :webdriver,
|
407
407
|
environment: {
|
408
|
-
sdk: {
|
408
|
+
sdk: {
|
409
|
+
lang: :ruby,
|
410
|
+
name: sdk_name,
|
411
|
+
currentVersion: sdk_version,
|
412
|
+
# skip check if it's latest version that prevents some deadlock in core
|
413
|
+
latestVersion: "0.0.0"
|
414
|
+
}
|
409
415
|
}
|
410
416
|
}
|
411
417
|
# interface MakeCorePayload {
|
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.3.
|
4
|
+
version: 6.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -112,16 +112,16 @@ dependencies:
|
|
112
112
|
name: eyes_universal
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- -
|
115
|
+
- - '='
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 4.
|
117
|
+
version: 4.18.2
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- -
|
122
|
+
- - '='
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 4.
|
124
|
+
version: 4.18.2
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: bundler
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -385,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
385
385
|
- !ruby/object:Gem::Version
|
386
386
|
version: '0'
|
387
387
|
requirements: []
|
388
|
-
rubygems_version: 3.
|
388
|
+
rubygems_version: 3.1.6
|
389
389
|
signing_key:
|
390
390
|
specification_version: 4
|
391
391
|
summary: Core of the Applitools Ruby SDK
|