testcentricity_web 4.5.9.1 → 4.5.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +3 -3
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46a1acdf2a4ab2c0318f0be5d49327d580c56404220da1e849e2f7c2adc84bef
|
4
|
+
data.tar.gz: 154f7def7810a63e6f641e2a08115629bf2550ea89a42095654ff96ce6ade82a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccbdb8f300252968d6aebbc05ef98bae24de1d67f471850d284253485e01331097aee22004bbd56c0fa8316486200623867ca4a33081086f3b66f85a874d14a2
|
7
|
+
data.tar.gz: ac151e0551e0e9eab63b1d0a55e39fb56d8bb8e4d8dffd3a76d1f5e632aff3a532334157afc57ecf7988e07ac8932addba095bd8f120be210d6d0bbc1dae0b2e
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,22 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
4
|
|
5
|
+
## [4.5.11] - 08-AUG-2024
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
* Updated `appium_lib` gem to version 15.2.2.
|
10
|
+
|
11
|
+
|
12
|
+
## [4.5.10] - 05-AUG-2024
|
13
|
+
|
14
|
+
### Changed
|
15
|
+
|
16
|
+
* Updated `selenium-webdriver` gem to version 4.23.0.
|
17
|
+
* Updated `appium_lib` gem to version 15.2.1.
|
18
|
+
* Updated `appium_lib_core` gem to version 9.2.1.
|
19
|
+
|
20
|
+
|
5
21
|
## [4.5.9.1] - 26-JUNE-2024
|
6
22
|
|
7
23
|
### Fixed
|
@@ -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.6.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.22.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.22.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.5.
|
4
|
+
version: 4.5.11
|
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: 2024-
|
11
|
+
date: 2024-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - ">="
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 3.
|
131
|
+
version: 3.13.0
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 3.
|
138
|
+
version: 3.13.0
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: simplecov
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -170,14 +170,14 @@ dependencies:
|
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: 15.
|
173
|
+
version: 15.2.2
|
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: 15.
|
180
|
+
version: 15.2.2
|
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.23.0
|
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.23.0
|
293
293
|
- !ruby/object:Gem::Dependency
|
294
294
|
name: test-unit
|
295
295
|
requirement: !ruby/object:Gem::Requirement
|
@@ -328,7 +328,7 @@ description: |2-
|
|
328
328
|
emulators, or cloud hosted desktop or mobile web browsers (using BrowserStack, Sauce Labs, TestingBot, or LambdaTest
|
329
329
|
services).
|
330
330
|
email:
|
331
|
-
- testcentricity
|
331
|
+
- support@testcentricity.com
|
332
332
|
executables: []
|
333
333
|
extensions: []
|
334
334
|
extra_rdoc_files: []
|