testcentricity_web 4.1.10 → 4.3.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 +92 -1
- data/README.md +301 -230
- data/lib/testcentricity_web/browser_helper.rb +2 -1
- data/lib/testcentricity_web/data_objects/environment.rb +0 -3
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/page_objects_helper.rb +39 -2
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +162 -152
- data/lib/testcentricity_web/web_elements/media.rb +108 -0
- data/lib/testcentricity_web/web_elements/textfield.rb +28 -0
- data/lib/testcentricity_web/web_elements/ui_elements_helper.rb +39 -1
- metadata +18 -162
- data/.gitignore +0 -39
- data/.idea/.name +0 -1
- data/.idea/encodings.xml +0 -6
- data/.idea/misc.xml +0 -4
- data/.idea/modules.xml +0 -8
- data/.idea/vcs.xml +0 -7
- data/.rspec +0 -4
- data/.rubocop.yml +0 -38
- data/.ruby-version +0 -1
- data/.simplecov +0 -9
- data/CODE_OF_CONDUCT.md +0 -13
- data/Gemfile +0 -6
- data/Rakefile +0 -115
- data/config/cucumber.yml +0 -171
- data/config/locales/en-US.yml +0 -56
- data/config/test_data/LOCAL_data.json +0 -15
- data/config/test_data/LOCAL_data.xls +0 -0
- data/config/test_data/LOCAL_data.yml +0 -11
- data/config/test_data/data.json +0 -25
- data/config/test_data/data.xls +0 -0
- data/config/test_data/data.yml +0 -20
- data/docker-compose.yml +0 -48
- data/features/basic_form_page_css.feature +0 -54
- data/features/basic_form_page_xpath.feature +0 -26
- data/features/custom_controls.feature +0 -29
- data/features/media_players.feature +0 -67
- data/features/step_definitions/generic_steps.rb.rb +0 -124
- data/features/step_definitions/media_steps.rb +0 -30
- data/features/support/data/form_data.rb +0 -43
- data/features/support/env.rb +0 -53
- data/features/support/hooks.rb +0 -270
- data/features/support/pages/base_test_page.rb +0 -22
- data/features/support/pages/basic_css_form_page.rb +0 -57
- data/features/support/pages/basic_form_page.rb +0 -500
- data/features/support/pages/basic_xpath_form_page.rb +0 -58
- data/features/support/pages/custom_controls_page.rb +0 -263
- data/features/support/pages/indexed_sections_page.rb +0 -57
- data/features/support/pages/media_test_page.rb +0 -207
- data/features/support/sections/header_nav.rb +0 -48
- data/features/support/sections/product_card.rb +0 -39
- data/features/support/world_data.rb +0 -12
- data/features/support/world_pages.rb +0 -18
- data/reports/.keep +0 -1
- data/spec/fixtures/page_object.rb +0 -22
- data/spec/fixtures/section_object.rb +0 -21
- data/spec/spec_helper.rb +0 -33
- data/spec/testcentricity_web/browser_spec.rb +0 -41
- data/spec/testcentricity_web/elements/audio_spec.rb +0 -68
- data/spec/testcentricity_web/elements/button_spec.rb +0 -18
- data/spec/testcentricity_web/elements/checkbox_spec.rb +0 -33
- data/spec/testcentricity_web/elements/file_field_spec.rb +0 -13
- data/spec/testcentricity_web/elements/image_spec.rb +0 -33
- data/spec/testcentricity_web/elements/label_spec.rb +0 -18
- data/spec/testcentricity_web/elements/link_spec.rb +0 -23
- data/spec/testcentricity_web/elements/list_spec.rb +0 -13
- data/spec/testcentricity_web/elements/radio_spec.rb +0 -28
- data/spec/testcentricity_web/elements/ui_element_spec.rb +0 -125
- data/spec/testcentricity_web/elements/video_spec.rb +0 -68
- data/spec/testcentricity_web/helper_specs/object_helpers_spec.rb +0 -39
- data/spec/testcentricity_web/helper_specs/string_helpers_spec.rb +0 -49
- data/spec/testcentricity_web/page_object_spec.rb +0 -90
- data/spec/testcentricity_web/section_object_spec.rb +0 -72
- data/spec/testcentricity_web/version_spec.rb +0 -7
- data/spec/testcentricity_web/webdriver_connect/grid_webdriver_spec.rb +0 -72
- data/spec/testcentricity_web/webdriver_connect/local_webdriver_spec.rb +0 -86
- data/spec/testcentricity_web/webdriver_connect/mobile_webdriver_spec.rb +0 -65
- data/test_site/basic_test_page.html +0 -269
- data/test_site/chosen/chosen-sprite.png +0 -0
- data/test_site/chosen/chosen-sprite@2x.png +0 -0
- data/test_site/chosen/chosen.css +0 -496
- data/test_site/chosen/chosen.jquery.js +0 -1359
- data/test_site/chosen/chosen.jquery.min.js +0 -3
- data/test_site/chosen/chosen.min.css +0 -11
- data/test_site/chosen/chosen.proto.js +0 -1399
- data/test_site/chosen/chosen.proto.min.js +0 -3
- data/test_site/chosen/composer.json +0 -36
- data/test_site/custom_controls_page.html +0 -629
- data/test_site/docsupport/chosen.png +0 -0
- data/test_site/docsupport/init.js +0 -11
- data/test_site/docsupport/init.proto.js +0 -16
- data/test_site/docsupport/jquery-1.12.4.min.js +0 -5
- data/test_site/docsupport/jquery-3.2.1.min.js +0 -4
- data/test_site/docsupport/oss-credit.png +0 -0
- data/test_site/docsupport/prism.css +0 -108
- data/test_site/docsupport/prism.js +0 -9
- data/test_site/docsupport/prototype-1.7.0.0.js +0 -6082
- data/test_site/docsupport/style.css +0 -219
- data/test_site/images/Blouse_Black.jpg +0 -0
- data/test_site/images/Granny.jpg +0 -0
- data/test_site/images/Printed_Dress.jpg +0 -0
- data/test_site/images/T-shirt.jpg +0 -0
- data/test_site/images/Wilder.jpg +0 -0
- data/test_site/images/You_Betcha.jpg +0 -0
- data/test_site/images/jeans3.jpg +0 -0
- data/test_site/indexed_sections_page.html +0 -215
- data/test_site/media/MIB2-subtitles-pt-BR.vtt +0 -49
- data/test_site/media/MIB2.mp4 +0 -0
- data/test_site/media/MP4_small.mp4 +0 -0
- data/test_site/media/MPS_sample.mp3 +0 -0
- data/test_site/media/bbc_scotland_report.mp3 +0 -0
- data/test_site/media/count_and_bars.mp4 +0 -0
- data/test_site/media_page.html +0 -86
- data/testcentricity_web.gemspec +0 -59
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7aca63221f1add18272c5804ac99594a658175ef4590033954f42bc1920aafea
|
|
4
|
+
data.tar.gz: 051be4c6fbd25be53fa9dfeb04ed6c71c1bcf99de3e08b3bb22b4f4f930d5b17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b7ec300f994b85b223bf71b0fc15ba82fc210979f1c979cea34f0e81efcf49e827a072a12f4a2430392c53dd07f78000fe115d18cca020030190098f7f3a490
|
|
7
|
+
data.tar.gz: '00959032416c0d922a883279c0eebe21d871d9dd80e2c7a6d82fb03fe1a423c25ef0e199d34acd2936a12d11f6fa7620572cd1b198c614eff3ab52729f47f929'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,98 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [4.3.1] - 19-AUGUST-2022
|
|
5
|
+
|
|
6
|
+
### Added
|
|
7
|
+
* Added support for connecting to remote mobile browsers on iOS simulators and Android emulators on the TestingBot service.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [4.3.0] - 01-AUGUST-2022
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
* The `DRIVER` Environment Variable is now used to specify the `appium`, `browserstack`, `saucelabs`, `testingbot`,
|
|
14
|
+
or `lambdatest` driver.
|
|
15
|
+
|
|
16
|
+
* ### Changed
|
|
17
|
+
* The `WEB_BROWSER` Environment Variable is no longer used to specify the `appium`, `browserstack`, `saucelabs`, `testingbot`,
|
|
18
|
+
or `lambdatest` driver.
|
|
19
|
+
* TestCentricity now supports and integrates with Selenium-Webdriver version 4.3.
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [4.2.6] - 12-JUNE-2022
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
* Fix `gemspec` to no longer include specs and cuke tests as part of deployment package for gem.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [4.2.5] - 10-JUNE-2022
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
*`WebDriverConnect.initialize_web_driver` method no longer raises `No such file or directory @ dir_s_mkdir` error due to
|
|
32
|
+
missing `Downloads` folder when running tests in parallel.
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [4.2.4] - 02-JUNE-2022
|
|
36
|
+
|
|
37
|
+
### Added
|
|
38
|
+
* Added `UIElement.wait_until_enabled` method
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [4.2.3] - 01-JUNE-2022
|
|
42
|
+
|
|
43
|
+
### Added
|
|
44
|
+
* Added `UIElement.wait_while_busy` method
|
|
45
|
+
* Updated `PageObject.verify_ui_states` and `PageSection.verify_ui_states` methods to support verification of `aria_busy` attribute.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## [4.2.2] - 21-MAY-2022
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
* Update default version of Appium used when running tests on Sauce Labs service.
|
|
52
|
+
* Refactored capabilities definition when running with locally hosted Appium instance.
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## [4.2.1] - 23-APR-2022
|
|
56
|
+
|
|
57
|
+
### Added
|
|
58
|
+
* Added the following `Audio`, `Media`, and `Video` methods to support verification of media text tracks (subtitles, captions,
|
|
59
|
+
chapters, descriptions, or metadata):
|
|
60
|
+
* `track_count`
|
|
61
|
+
* `active_track`
|
|
62
|
+
* `active_track_data`
|
|
63
|
+
* `all_tracks_data`
|
|
64
|
+
* `track_data`
|
|
65
|
+
* `active_track_source`
|
|
66
|
+
* `track_source`
|
|
67
|
+
* Updated `PageObject.verify_ui_states` and `PageSection.verify_ui_states` methods to support verification of the following
|
|
68
|
+
`Media` properties:
|
|
69
|
+
* `:track_count`
|
|
70
|
+
* `:active_track`
|
|
71
|
+
* `:active_track_data`
|
|
72
|
+
* `:all_tracks_data`
|
|
73
|
+
* `:track_data`
|
|
74
|
+
* `:active_track_source`
|
|
75
|
+
* `:track_source`
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [4.2.0] - 20-APR-2022
|
|
79
|
+
|
|
80
|
+
### Added
|
|
81
|
+
* `TextField.validation_message` and `TextField.validity?` methods added.
|
|
82
|
+
* Updated `PageObject.verify_ui_states` and `PageSection.verify_ui_states` methods to support verification of the following
|
|
83
|
+
`TextField.validity?` properties:
|
|
84
|
+
* `:badInput`
|
|
85
|
+
* `:customError`
|
|
86
|
+
* `:patternMismatch`
|
|
87
|
+
* `:rangeOverflow`
|
|
88
|
+
* `:rangeUnderflow`
|
|
89
|
+
* `:stepMismatch`
|
|
90
|
+
* `:tooLong`
|
|
91
|
+
* `:tooShort`
|
|
92
|
+
* `:typeMismatch`
|
|
93
|
+
* `:valid`
|
|
94
|
+
* `:valueMissing`
|
|
95
|
+
|
|
4
96
|
|
|
5
97
|
## [4.1.10] - 19-APR-2022
|
|
6
98
|
|
|
@@ -19,7 +111,6 @@ running gem test specs and features.
|
|
|
19
111
|
radio buttons to the unchecked state.
|
|
20
112
|
|
|
21
113
|
### Added
|
|
22
|
-
|
|
23
114
|
* `CheckBox.define_custom_elements` and `Radio.define_custom_elements` methods now support specifying a child `input` component
|
|
24
115
|
contained by a top level `label` element.
|
|
25
116
|
|