testcentricity_web 4.5.4 → 4.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d652328a11ab7fbe472b45ddf6a1cd1076d84e1d79b2c94df4ebf96e4298aab9
4
- data.tar.gz: 90090a047692e7cbd9f8f9ca2f7a024dbe9d96731f317de3a41486e2380fd4d2
3
+ metadata.gz: 6fa30db1b2e2c8ff2492325afb652a5e947335bab3df79d45626fcc56ac41d38
4
+ data.tar.gz: 614c79a8510a76f4536c0e9dabcd9a3ba92b1469b40b5bb5e424a0df1f092b0f
5
5
  SHA512:
6
- metadata.gz: d707e97a372e12396c12186ade43db6ca754dc939462cc0304ec05d6c7706f6bba388e711834f95c23ee9ca008d911ca8f5514a57948de7178cab4b4da5e68f3
7
- data.tar.gz: 1ae3f3f4b196ccd58cd5089027d745a61d2378c50f4f91d3d0badc1322d257524ef2f44568c0680e51719273e9ce1ef41071a7188972948115940086c67dba0b
6
+ metadata.gz: 392e6361ce1284c57e3b0ded86edba289d1ba4bcb323726e674d00de129c7b9374311bae8c730bb782e7b90fbf4434cafb49ffd958ce5b93dbaa11a9473107f1
7
+ data.tar.gz: 139585a01c56c4dd4e4cdf03def62afb014d4ce40d44a187accd92de8b13a733a86f8ef6cadc40c9a60d8985a54eaa3d0e33f59184ba440caf74b1a9e8ba00a5
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
 
5
+ ## [4.5.5] - 27-MAR-2024
6
+
7
+ ### Changed
8
+
9
+ * Updated `selenium-webdriver` gem to version 4.19.0.
10
+
11
+
5
12
  ## [4.5.4] - 04-MAR-2024
6
13
 
7
14
  ### Changed
data/README.md CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
 
10
10
  The TestCentricity™ Web core framework for desktop and mobile web browser-based app testing implements a Page Object Model
11
- DSL for use with Cucumber (version 7.x or greater) or RSpec, and Selenium-Webdriver (version 4.18). It also facilitates the
12
- configuration of the appropriate Selenium-Webdriver capabilities required to establish connections with one or more local
13
- or cloud hosted desktop or mobile web browsers.
11
+ DSL for use with Cucumber (version 7.x or greater) or RSpec, and Selenium-Webdriver. It also facilitates the configuration
12
+ of the appropriate Selenium-Webdriver capabilities required to establish connections with one or more local or cloud hosted
13
+ desktop or mobile web browsers.
14
14
 
15
15
  The TestCentricity™ Web gem supports connecting to, and running automated tests against the following target web browsers:
16
16
  * locally hosted desktop browsers (Chrome, Edge, Firefox, or Safari)
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '4.5.4'
2
+ VERSION = '4.5.5'
3
3
  end
@@ -481,7 +481,7 @@ module TestCentricity
481
481
  else
482
482
  # define desktop browser options
483
483
  bs_options[:resolution] = ENV['RESOLUTION'] if ENV['RESOLUTION']
484
- bs_options[:seleniumVersion] = '4.16.1'
484
+ bs_options[:seleniumVersion] = '4.18.1'
485
485
  {
486
486
  browserName: browser,
487
487
  browserVersion: ENV['BS_VERSION'],
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
4
+ version: 4.5.5
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-03-03 00:00:00.000000000 Z
11
+ date: 2024-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -268,14 +268,14 @@ dependencies:
268
268
  requirements:
269
269
  - - '='
270
270
  - !ruby/object:Gem::Version
271
- version: 4.18.1
271
+ version: 4.19.0
272
272
  type: :runtime
273
273
  prerelease: false
274
274
  version_requirements: !ruby/object:Gem::Requirement
275
275
  requirements:
276
276
  - - '='
277
277
  - !ruby/object:Gem::Version
278
- version: 4.18.1
278
+ version: 4.19.0
279
279
  - !ruby/object:Gem::Dependency
280
280
  name: test-unit
281
281
  requirement: !ruby/object:Gem::Requirement
@@ -307,8 +307,8 @@ dependencies:
307
307
  description: |2-
308
308
 
309
309
  The TestCentricity™ Web core framework for desktop and mobile web browser-based app testing implements a Page Object
310
- Model DSL for use with Cucumber or RSpec, and Selenium-Webdriver v4.18. The gem also facilitates the configuration of
311
- the appropriate Selenium-Webdriver capabilities required to establish connections to locally hosted desktop browsers,
310
+ Model DSL for use with Cucumber or RSpec, and Selenium-Webdriver. The gem also facilitates the configuration of the
311
+ appropriate Selenium-Webdriver capabilities required to establish connections to locally hosted desktop browsers,
312
312
  locally hosted emulated mobile browsers (iOS, Android, etc.) running within a local instance of Chrome, mobile Safari
313
313
  browsers on iOS device simulators or physical iOS devices, mobile Chrome browsers on Android Studio virtual device
314
314
  emulators, or cloud hosted desktop or mobile web browsers (using BrowserStack, Sauce Labs, TestingBot, or