testcentricity_web 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -0
- data/lib/testcentricity_web/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb6a1152d1a7b5dcaa417870738d1198731bfa34
|
4
|
+
data.tar.gz: bcc3b3f4e2e042bc8a94c4037d259bac43f9288a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44779f5361bc9f123317ef3aea7d854c82d0d6daf365d3e8c5ddeef0972c81dae4b42e33a13c79319938082624e922825a6d42a62c08f91e144ec126a5223bbf
|
7
|
+
data.tar.gz: bbabf61a65429924ac6d2ddf8d91c9b3f6e1cb639236ecda369079b31d958d6ae109d3a199de374fcd8b69a67cf695fbc206c13569700682b05174e03e4672ce
|
data/README.md
CHANGED
@@ -23,6 +23,12 @@ feature incomplete and potentially unstable. More information can be found [here
|
|
23
23
|
|
24
24
|
|
25
25
|
## What's New
|
26
|
+
###Version 2.1.2
|
27
|
+
|
28
|
+
* Added device profiles for Microsoft Lumia 950, Blackberry Leap, Blackberry Passport, and Kindle Fire HD 10
|
29
|
+
* Added ability to set browser language support via the `LOCALE` Environment Variable for local instances of Chrome or Firefox browsers
|
30
|
+
|
31
|
+
###Version 2.1.0
|
26
32
|
|
27
33
|
* Added device profiles for iPhone 8, iPhone 8 Plus, iPhone X devices running iOS 11
|
28
34
|
* Added device profile for iPad Pro 10.5" with iOS 11
|
@@ -32,6 +38,7 @@ feature incomplete and potentially unstable. More information can be found [here
|
|
32
38
|
|
33
39
|
|
34
40
|
## What's Fixed
|
41
|
+
###Version 2.1.0
|
35
42
|
|
36
43
|
* The `TestCentricity::WebDriverConnect.initialize_web_driver` method now sets the `Environ` object to the correct device connection states for local and
|
37
44
|
cloud hosted browsers.
|