testcentricity_web 4.1.2 → 4.1.2.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/Gemfile.lock +3 -3
- data/README.md +4 -5
- data/lib/testcentricity_web/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2380bc5758da2d91ff5353810388b7edd86b2599ce7edcca40fd4f2eb18e0b60
|
|
4
|
+
data.tar.gz: 879395d5eebf52671bc1149e1899cd10e6c92e72b4adc0acbc6c0acb57784102
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1aa8e9a82351b9083b3444e67612a148e0ac85fe3c0d1333a8267ae2068bd62be869de74073092da07db8a0b2780c679477d36a9023ef4a644c0e3d2b86f8f3
|
|
7
|
+
data.tar.gz: faef46efa348af92f867161ea242746bd6e6b27713bbbdfa47b544836252056798a2191b19d23d9af38b0367c6e2ab784aca3fcfc00e8cb87417868a740540be
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
testcentricity_web (4.1.1)
|
|
4
|
+
testcentricity_web (4.1.2.1)
|
|
5
5
|
appium_lib
|
|
6
6
|
browserstack-local
|
|
7
7
|
capybara (>= 3.1, < 4)
|
|
@@ -50,8 +50,8 @@ GEM
|
|
|
50
50
|
descendants_tracker (0.0.4)
|
|
51
51
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
52
52
|
eventmachine (1.2.7)
|
|
53
|
-
faker (2.
|
|
54
|
-
i18n (>= 1.
|
|
53
|
+
faker (2.20.0)
|
|
54
|
+
i18n (>= 1.8.11, < 2)
|
|
55
55
|
faye-websocket (0.11.1)
|
|
56
56
|
eventmachine (>= 0.12.0)
|
|
57
57
|
websocket-driver (>= 0.5.1)
|
data/README.md
CHANGED
|
@@ -300,11 +300,11 @@ A **PageSection Object** is a collection of **UI Elements** that may appear in m
|
|
|
300
300
|
app. It is a collection of **UI Elements** that represent a conceptual area of functionality, like a navigation bar, a search capability,
|
|
301
301
|
or a menu. **UI Elements** and functional behavior are confined to the scope of a **PageSection Object**.
|
|
302
302
|
|
|
303
|
-
|
|
303
|
+
<img src="https://i.imgur.com/BTgi59R.jpg" alt="Navigation Header" title="Navigation Header">
|
|
304
304
|
|
|
305
|
-
|
|
305
|
+
<img src="https://i.imgur.com/dkxloE5.jpg" alt="Navigation Header" title="Navigation Header">
|
|
306
306
|
|
|
307
|
-
|
|
307
|
+
<img src="https://i.imgur.com/Yqgw4sP.jpg" alt="User Profile Popup" title="User Profile Popup">
|
|
308
308
|
|
|
309
309
|
|
|
310
310
|
A **PageSection Object** may contain other **PageSection Objects**.
|
|
@@ -1645,8 +1645,7 @@ landscape orientation running on the BrowserStack service:
|
|
|
1645
1645
|
|
|
1646
1646
|
## Web Test Automation Framework Implementation
|
|
1647
1647
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1648
|
+
<img src="https://i.imgur.com/eukmEan.jpg" alt="TestCentricity Web Framework Overview" title="TestCentricity Web Framework Overview">
|
|
1650
1649
|
|
|
1651
1650
|
|
|
1652
1651
|
|