testcentricity_web 4.6.1 → 4.6.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b450ddb57f1c118c25002de950372b7f1d3478c7e5c68d85ec18ca7f408c782e
4
- data.tar.gz: 6a28cc79405bc56d6335b9f18a837a649f350c318e5fae444eb650a1480d408c
3
+ metadata.gz: 55b5038c0d4aea76ed75e6cb905ba669033c1aabfa1510370afadccf472f9381
4
+ data.tar.gz: 1e8c3590082c3766d90d9c7870c72befb437cb761fb27250706a0f5d0858fae4
5
5
  SHA512:
6
- metadata.gz: 89e6cc384a857cdeed65e7e5dfb9583e9b01060a4004487aab3c1fed691d389d7b63010fd27b9b87807d161b17f9fb1be1fdf771b77f415b703aff621a497ea1
7
- data.tar.gz: ea0d028cf0b92de1cdee0777d4bc92b72400bdaa079095878eed3372437d0dc3f67adb5dd8f90a55a31e9f1050c74f4e0bade9c737b2fce26020ce8aca89f917
6
+ metadata.gz: 11f01d3f61242a8c0f4893e55ea9973324434143eba147821951d5a6f86448db964db569a4af47a628c0984cb05304a1924e0b5949caf631cadd1303310e010e
7
+ data.tar.gz: c5bc8e4d9f7c9e0051eec07646dd186a29927e4bc234f5a9374a93983425c7f30b8fc03242b2fb4c41998fa66efacd2407a86c5e692998fabaf907ea4a956936
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.6.3] - 23-APR-2025
6
+
7
+ ### Changed
8
+
9
+ * Updated `selenium-webdriver` gem to version 4.31.0.
10
+
11
+
12
+ ## [4.6.2] - 28-MAR-2025
13
+
14
+ ### Changed
15
+
16
+ * Updated `appium_lib` gem to version 16.1.0.
17
+ * Updated `appium_lib_core` gem to version 11.0.1.
18
+ * Updated `selenium-webdriver` gem to version 4.30.1.
19
+
20
+
5
21
  ## [4.6.1] - 18-MAR-2025
6
22
 
7
23
  ### Changed
data/README.md CHANGED
@@ -3156,7 +3156,7 @@ area sub-folders as needed. Likewise, `PageSection` class definitions should be
3156
3156
  ---
3157
3157
  ## Web Test Automation Framework Implementation
3158
3158
 
3159
- ![TestCentricity For Web Framework Overview](https://raw.githubusercontent.com/TestCentricity/testcentricity_web/main/.github/images/tc_overview.jpg "TestCentricity For Web Framework Overview")
3159
+ ![TestCentricity For Web Framework Overview](https://raw.githubusercontent.com/TestCentricity/testcentricity_web/main/.github/images/TC_Web.jpg "TestCentricity For Web Framework Overview")
3160
3160
 
3161
3161
 
3162
3162
  ---
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '4.6.1'
2
+ VERSION = '4.6.3'
3
3
  end
@@ -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.6.0'
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.28.0'
497
+ bs_options[:seleniumVersion] = '4.30.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.28.1'
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.1
4
+ version: 4.6.3
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-18 00:00:00.000000000 Z
11
+ date: 2025-04-22 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.1
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.1
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.29.1
285
+ version: 4.31.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.29.1
292
+ version: 4.31.0
293
293
  - !ruby/object:Gem::Dependency
294
294
  name: test-unit
295
295
  requirement: !ruby/object:Gem::Requirement
@@ -392,7 +392,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
392
392
  version: '0'
393
393
  requirements:
394
394
  - Capybara, Selenium-WebDriver
395
- rubygems_version: 3.3.26
395
+ rubygems_version: 3.3.3
396
396
  signing_key:
397
397
  specification_version: 4
398
398
  summary: A Page Object Model Framework for desktop and mobile web testing