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 +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +3 -3
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +1 -1
- 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: 6fa30db1b2e2c8ff2492325afb652a5e947335bab3df79d45626fcc56ac41d38
|
4
|
+
data.tar.gz: 614c79a8510a76f4536c0e9dabcd9a3ba92b1469b40b5bb5e424a0df1f092b0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 392e6361ce1284c57e3b0ded86edba289d1ba4bcb323726e674d00de129c7b9374311bae8c730bb782e7b90fbf4434cafb49ffd958ce5b93dbaa11a9473107f1
|
7
|
+
data.tar.gz: 139585a01c56c4dd4e4cdf03def62afb014d4ce40d44a187accd92de8b13a733a86f8ef6cadc40c9a60d8985a54eaa3d0e33f59184ba440caf74b1a9e8ba00a5
|
data/CHANGELOG.md
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
|
12
|
-
|
13
|
-
|
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)
|
@@ -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.
|
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
|
+
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-
|
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.
|
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.
|
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
|
311
|
-
|
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
|