testcentricity_web 4.1.1 → 4.1.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 +4 -4
- data/CHANGELOG.md +19 -3
- data/README.md +526 -357
- data/lib/devices/devices.yml +0 -16
- data/lib/testcentricity_web/appium_server.rb +2 -2
- data/lib/testcentricity_web/version.rb +1 -1
- data/test_site/test_page.html +11 -0
- metadata +3 -3
- data/my_templates/default/method_details/setup.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 343b7e55068d41c269359c5d0700b4d6819e303b50ccaa789ba57175e3fc37c2
|
4
|
+
data.tar.gz: 2b29b44c8f384d6103505837fb7e550a83b07ee5487088eb8a0f6803f6dce055
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91e6cb334abe12854b8f7d660a01e63c0c9934bbfeb85177ac2a1c864aaf7c1462b061f36323d8c41fa4bced9964e5009f0e388c4a15fa3fda260e3710fd85e0
|
7
|
+
data.tar.gz: 5c3da7d79204c0a0311f703508c4738aaac923d6c4feef63737c690754388e64c2e97056949f61856b72e6c1a43915c43b914237a4d3cb1b1b3f48c6b387422d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
+
|
5
|
+
## [4.1.3] - 08-MAR-2022
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
* Fixed `AppiumServer.start` so that it no longer times out after failing to start Appium.
|
9
|
+
|
10
|
+
### Updated
|
11
|
+
* Updated docs regarding the `SHUTDOWN_OTHER_SIMS` Environment Variable when testing on iOS Simulators.
|
12
|
+
|
13
|
+
|
14
|
+
## [4.1.2] - 07-MAR-2022
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
* Updated HTML documentation.
|
18
|
+
|
19
|
+
|
4
20
|
## [4.1.1] - 03-MAR-2022
|
5
21
|
|
6
22
|
### Changed
|
@@ -12,6 +28,9 @@ Grid 4 environments.
|
|
12
28
|
|
13
29
|
## [4.1.0] - 28-FEB-2022
|
14
30
|
|
31
|
+
### Removed
|
32
|
+
* Support for CrossBrowserTesting and Gridlastic cloud hosted Selenium grids have been removed.
|
33
|
+
|
15
34
|
### Added
|
16
35
|
* TestCentricity now supports and integrates with Selenium-Webdriver version 4.1.
|
17
36
|
* Added support for locally hosted Microsoft Edge desktop web browsers, including in `headless` mode.
|
@@ -28,9 +47,6 @@ Grid 4 environments.
|
|
28
47
|
* Ruby version 2.7 or greater required.
|
29
48
|
* Selenium-Webdriver version 4 or greater required.
|
30
49
|
|
31
|
-
### Removed
|
32
|
-
* Support for CrossBrowserTesting and Gridlastic cloud hosted Selenium grids have been removed.
|
33
|
-
|
34
50
|
|
35
51
|
## [4.0.3] - 30-DEC-2021
|
36
52
|
|