testcentricity_web 4.1.1 → 4.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b12fc25c9cf0781a7c8d1e3da7db99f2887eb9648f5de7957e1cd10698f6fed9
4
- data.tar.gz: c9fd999bbb151a5626f3f934bdd27b2c522e9b53729d3d221d596d5d4855ab37
3
+ metadata.gz: 343b7e55068d41c269359c5d0700b4d6819e303b50ccaa789ba57175e3fc37c2
4
+ data.tar.gz: 2b29b44c8f384d6103505837fb7e550a83b07ee5487088eb8a0f6803f6dce055
5
5
  SHA512:
6
- metadata.gz: bcfe319938cbc21134b18259af144e73bf25ba8a14b1f35a718efe34c029dc46216e06d8f70a8786a7cd1cbd97f4cc9201e7884051ea66baed703eec1df89383
7
- data.tar.gz: 37118e8d45ea994e7ebfba7a348319cba6c2c4dc4b6ccffcd0e8f61480730e0d2903302496a7cfc177989be49f3ea55a098ac295bb38c0d42d52b8e051686e5a
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