testcentricity_web 4.5.15 → 4.6.1
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 +21 -2
- data/LICENSE.md +1 -1
- data/README.md +5 -4
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +2 -2
- 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: b450ddb57f1c118c25002de950372b7f1d3478c7e5c68d85ec18ca7f408c782e
|
4
|
+
data.tar.gz: 6a28cc79405bc56d6335b9f18a837a649f350c318e5fae444eb650a1480d408c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89e6cc384a857cdeed65e7e5dfb9583e9b01060a4004487aab3c1fed691d389d7b63010fd27b9b87807d161b17f9fb1be1fdf771b77f415b703aff621a497ea1
|
7
|
+
data.tar.gz: ea0d028cf0b92de1cdee0777d4bc92b72400bdaa079095878eed3372437d0dc3f67adb5dd8f90a55a31e9f1050c74f4e0bade9c737b2fce26020ce8aca89f917
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,26 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
4
|
|
5
|
-
## [4.
|
5
|
+
## [4.6.1] - 18-MAR-2025
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
* Updated `appium_lib` gem to version 16.0.1.
|
10
|
+
* Updated `appium_lib_core` gem to version 10.0.0.
|
11
|
+
* Updated `selenium-webdriver` gem to version 4.29.1.
|
12
|
+
|
13
|
+
|
14
|
+
## [4.6.0] - 25-JAN-2025
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
|
18
|
+
* Updated `selenium-webdriver` gem to version 4.28.0.
|
19
|
+
* Updated `appium_lib` gem to version 15.3.0.
|
20
|
+
* Updated `appium_lib_core` gem to version 9.5.0.
|
21
|
+
* Ruby version 3.1.0 or greater is now required.
|
22
|
+
|
23
|
+
|
24
|
+
## [4.5.15] - 01-NOV-2024
|
6
25
|
|
7
26
|
### Changed
|
8
27
|
|
@@ -52,7 +71,7 @@ All notable changes to this project will be documented in this file.
|
|
52
71
|
### Fixed
|
53
72
|
|
54
73
|
* Added `cuke_modeler` gem as a development dependency so that Cucumber test results logging would not fail when running
|
55
|
-
tests in parallel with Ruby version 3.
|
74
|
+
tests in parallel with Ruby version 3.1.0 or greater.
|
56
75
|
|
57
76
|
|
58
77
|
## [4.5.9] - 23-JUNE-2024
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
@@ -53,7 +53,7 @@ Cucumber can be found [here](https://github.com/TestCentricity/tc_multi_webdrive
|
|
53
53
|
|
54
54
|
## Installation
|
55
55
|
|
56
|
-
TestCentricity For Web version 4.
|
56
|
+
TestCentricity For Web version 4.6 and above requires Ruby version 3.1.0 or later. To install the TestCentricity For Web gem,
|
57
57
|
add this line to your automation project's `Gemfile`:
|
58
58
|
|
59
59
|
gem 'testcentricity_web'
|
@@ -916,7 +916,7 @@ values appear in the associated text fields after entering data and performing a
|
|
916
916
|
}
|
917
917
|
verify_ui_states(ui)
|
918
918
|
|
919
|
-
# verify avatar src url does not contain /null/
|
919
|
+
# verify avatar src url does not contain /null/ in its file path
|
920
920
|
verify_ui_states(avatar_image => { src: { does_not_contain: "/null/" } })
|
921
921
|
end
|
922
922
|
```
|
@@ -1022,9 +1022,10 @@ Each supported language/locale combination has a corresponding `.yml` file. I18n
|
|
1022
1022
|
| Language (Country) | File name |
|
1023
1023
|
|-----------------------|-----------|
|
1024
1024
|
| English | en.yml |
|
1025
|
+
| English (Australia) | en-AU.yml |
|
1025
1026
|
| English (Canada) | en-CA.yml |
|
1026
|
-
| French (Canada) | fr-CA.yml |
|
1027
1027
|
| French | fr.yml |
|
1028
|
+
| French (Canada) | fr-CA.yml |
|
1028
1029
|
| Spanish | es.yml |
|
1029
1030
|
| German | de.yml |
|
1030
1031
|
| Portuguese (Brazil) | pt-BR.yml |
|
@@ -3161,7 +3162,7 @@ area sub-folders as needed. Likewise, `PageSection` class definitions should be
|
|
3161
3162
|
---
|
3162
3163
|
## Copyright and License
|
3163
3164
|
|
3164
|
-
TestCentricity™ Framework is Copyright (c) 2014-
|
3165
|
+
TestCentricity™ Framework is Copyright (c) 2014-2025, Tony Mrozinski.
|
3165
3166
|
All rights reserved.
|
3166
3167
|
|
3167
3168
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
|
@@ -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.28.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.28.1'
|
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.
|
4
|
+
version: 4.6.1
|
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:
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 9.2.
|
33
|
+
version: 9.2.1
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 9.2.
|
40
|
+
version: 9.2.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: cuke_modeler
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -170,14 +170,14 @@ dependencies:
|
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version:
|
173
|
+
version: 16.0.1
|
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:
|
180
|
+
version: 16.0.1
|
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.29.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.29.1
|
293
293
|
- !ruby/object:Gem::Dependency
|
294
294
|
name: test-unit
|
295
295
|
requirement: !ruby/object:Gem::Requirement
|
@@ -384,7 +384,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
384
384
|
requirements:
|
385
385
|
- - ">="
|
386
386
|
- !ruby/object:Gem::Version
|
387
|
-
version: 3.
|
387
|
+
version: 3.1.0
|
388
388
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
389
389
|
requirements:
|
390
390
|
- - ">="
|