testcentricity_web 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +14 -5
- 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: 903af60024a5a7eb9ce7a906b3e0e7ea7eebcdb0
|
4
|
+
data.tar.gz: affa48e4dcd2fa08beec0684f93abc3a73465981
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee1eb1a075e1018a78717d73777610abd6620f21a3c2d48437ceff7920d8ca8dd79cd9b0f2b456b6280977553f0b36c7cc89e6ab42c558dd0e0e2de8c86160e0
|
7
|
+
data.tar.gz: 43448bbe045cac832869010ec64c715f9ecbaca0880b8b20a20c9964d60fa66536601b21e71bcd1ec24a84da3fc213aa8e02bb35e9d1d87743a9f71495e1f3f9
|
data/README.md
CHANGED
@@ -1,11 +1,20 @@
|
|
1
1
|
# TestCentricityWeb
|
2
2
|
|
3
3
|
The TestCentricity™ core generic framework for desktop and mobile web site testing implements a Page Object and Data Object Model DSL for
|
4
|
-
use with Cucumber, Capybara, and selenium-webdriver.
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
4
|
+
use with Cucumber, Capybara, and selenium-webdriver.
|
5
|
+
|
6
|
+
The TestCentricity™ web gem supports running testing against the following web test targets:
|
7
|
+
* locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)
|
8
|
+
* locally hosted emulated iOS and Android mobile browsers (using Firefox)
|
9
|
+
* a "headless" browser (using Poltergeist and PhantomJS)
|
10
|
+
* cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.
|
11
|
+
|
12
|
+
|
13
|
+
## Web Test Automation Framework Implementation
|
14
|
+
|
15
|
+
<img src="http://i.imgur.com/K4XGTQi.jpg" width="1024" alt="Web Framework Overview" title="Web Framework Overview">
|
16
|
+
|
17
|
+
|
9
18
|
## Installation
|
10
19
|
|
11
20
|
Add this line to your automation project's Gemfile:
|