testcentricity_web 4.6.1 → 4.6.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 +9 -0
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c9655f0bcad509a019b79fe31acd22f02275a18a6082e8da370f261dec535df
|
4
|
+
data.tar.gz: 3b023790317e3da7b7a773bb2aad13bd72d1ec8c817ac5b3158fd970760994d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3007f15c65e3b13f8786b489605ec71de10c55caa965ad50540fcaf646ea417f028b6fdf7874abdfe587c8637325d67fdda0e8499004be1bf8c03981abc8f7b9
|
7
|
+
data.tar.gz: 07054bb12277f8964c36185869745b01cd528a7b1532f7149afc6fc728402d93e628f39e6eaff1d893f0bc6dba0f612473a3c8e4538baa421a74289391e36887
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
4
|
|
5
|
+
## [4.6.2] - 28-MAR-2025
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
* Updated `appium_lib` gem to version 16.1.0.
|
10
|
+
* Updated `appium_lib_core` gem to version 11.0.1.
|
11
|
+
* Updated `selenium-webdriver` gem to version 4.30.1.
|
12
|
+
|
13
|
+
|
5
14
|
## [4.6.1] - 18-MAR-2025
|
6
15
|
|
7
16
|
### Changed
|
@@ -486,7 +486,7 @@ module TestCentricity
|
|
486
486
|
# define mobile device options
|
487
487
|
if ENV['BS_DEVICE']
|
488
488
|
bs_options[:deviceName] = ENV['BS_DEVICE']
|
489
|
-
bs_options[:appiumVersion] = '2.
|
489
|
+
bs_options[:appiumVersion] = '2.15.0'
|
490
490
|
{
|
491
491
|
browserName: browser,
|
492
492
|
'bstack:options': bs_options
|
@@ -494,7 +494,7 @@ module TestCentricity
|
|
494
494
|
else
|
495
495
|
# define desktop browser options
|
496
496
|
bs_options[:resolution] = ENV['RESOLUTION'] if ENV['RESOLUTION']
|
497
|
-
bs_options[:seleniumVersion] = '4.
|
497
|
+
bs_options[:seleniumVersion] = '4.29.0'
|
498
498
|
{
|
499
499
|
browserName: browser,
|
500
500
|
browserVersion: ENV['BS_VERSION'],
|
@@ -564,7 +564,7 @@ module TestCentricity
|
|
564
564
|
else
|
565
565
|
# define desktop browser options
|
566
566
|
tb_options['screen-resolution'] = ENV['RESOLUTION'] if ENV['RESOLUTION']
|
567
|
-
tb_options['selenium-version'] = '4.
|
567
|
+
tb_options['selenium-version'] = '4.29.0'
|
568
568
|
end
|
569
569
|
{
|
570
570
|
browserName: browser,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: testcentricity_web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.6.
|
4
|
+
version: 4.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- A.J. Mrozinski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -170,14 +170,14 @@ dependencies:
|
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: 16.0
|
173
|
+
version: 16.1.0
|
174
174
|
type: :runtime
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version: 16.0
|
180
|
+
version: 16.1.0
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: browserstack-local
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
@@ -282,14 +282,14 @@ dependencies:
|
|
282
282
|
requirements:
|
283
283
|
- - '='
|
284
284
|
- !ruby/object:Gem::Version
|
285
|
-
version: 4.
|
285
|
+
version: 4.30.1
|
286
286
|
type: :runtime
|
287
287
|
prerelease: false
|
288
288
|
version_requirements: !ruby/object:Gem::Requirement
|
289
289
|
requirements:
|
290
290
|
- - '='
|
291
291
|
- !ruby/object:Gem::Version
|
292
|
-
version: 4.
|
292
|
+
version: 4.30.1
|
293
293
|
- !ruby/object:Gem::Dependency
|
294
294
|
name: test-unit
|
295
295
|
requirement: !ruby/object:Gem::Requirement
|