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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88932fba9b169ce440967cdc6ebd7ccfeb8ceec0
4
- data.tar.gz: ceca97192dfa8e333209b5b6bf7a4f92634fa8a8
3
+ metadata.gz: 903af60024a5a7eb9ce7a906b3e0e7ea7eebcdb0
4
+ data.tar.gz: affa48e4dcd2fa08beec0684f93abc3a73465981
5
5
  SHA512:
6
- metadata.gz: afb42ecce949988d8ba47dd5b083365bb0bae0cc371d4d0321966a946847e2d6019b8de6ccd4ca27eaf392859c80e7459c8d56d572b7e32d1fd5555d14ebe0d3
7
- data.tar.gz: d0718cc6d3686e046cf6127ded4594389a171a3564b2044d2fc8db5a50e3199b63374151ab3b470bd72fd6c4b29c8cc44cbf1d2767171709d2378c87d0b98d50
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. It supports testing against locally hosted desktop browsers (Firefox, Chrome, Safari,
5
- IE, or Edge), locally hosted emulated iOS and Android mobile browsers (using Firefox), a "headless" browser (using Poltergeist and PhantomJS),
6
- or on cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.
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:
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.6.2'
2
+ VERSION = '0.6.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski