testcentricity_web 0.9.0 → 0.9.0.1

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: 72ebdc8a23d3951e0331e793891a986e90f9087d
4
- data.tar.gz: 9bb16a5cdc5ee7dbbc8f271dcd9a06afeb7dc54c
3
+ metadata.gz: f2adc9a4dabc15820e247311ed88356ee0e45acc
4
+ data.tar.gz: 0b060aa17cc17c580f03fa50179492d7fc16b106
5
5
  SHA512:
6
- metadata.gz: 460918f5625d82888571ab34ecb5de8d78ea310a1c411f28b898662121f1f53440273384a96c0687b335758e1dbaa924a8de4913d9001168c7bf67a708354c89
7
- data.tar.gz: 21f1d4af406c383e94f7c338da5d29714facbcd909bb8f51ba230b65b5db967b73aa666cde0d221c0d6a96c396cd9467728c4876946c3abab20c189236b41296
6
+ metadata.gz: 8520981b5a3152275e61075751ab286391efbd228e5aa2755fdfe3de9a80e59ca4630c6fec7db23e1f4c2ab37d405f1bca8f2f9a37183b2d52b6c21ba4b2fbec
7
+ data.tar.gz: 8d049c0159593432de27f4dde82c7bb5c6814b283d4d9e65525b739ca2258972a8bde2815377176059425b05d59d994f2858f5778cabb0f92668d3bfecc3747d
data/README.md CHANGED
@@ -9,7 +9,7 @@ use with Cucumber, Capybara, and Selenium-Webdriver.
9
9
  The TestCentricity™ Web gem supports running testing against the following web test targets:
10
10
 
11
11
  * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)
12
- * locally hosted emulated iOS, Android, and Windows Phone mobile browsers (using Firefox or Chrome)
12
+ * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)
13
13
  * a "headless" browser (using Poltergeist and PhantomJS)
14
14
  * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)
15
15
  * cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.
@@ -422,7 +422,7 @@ to `chrome`.
422
422
  ### Mobile Safari browser on iOS Simulators
423
423
 
424
424
  You can run your mobile web tests against the mobile Safari browser on simulated iOS devices using Appium and XCode on OS X. You will need to install
425
- XCode and Appium, and ensure that the `appium_capybara` gem is installed and required as described above.
425
+ XCode and Appium, and ensure that the `appium_capybara` gem is installed and required as described in section 2.4 (Setup - Using Appium) above.
426
426
 
427
427
  Once your test environment is properly configured, the following **Environment Variables** must be set as described in the table below.
428
428
 
@@ -914,7 +914,7 @@ landscape orientation running on the BrowserStack service:
914
914
 
915
915
  ## Web Test Automation Framework Implementation
916
916
 
917
- <img src="http://i.imgur.com/K4XGTQi.jpg" width="1024" alt="Web Framework Overview" title="Web Framework Overview">
917
+ <img src="http://i.imgur.com/RvpxjzW.jpg" width="1024" alt="Web Framework Overview" title="Web Framework Overview">
918
918
 
919
919
 
920
920
 
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.0.1'
3
3
  end
@@ -9,14 +9,17 @@ Gem::Specification.new do |spec|
9
9
  spec.platform = Gem::Platform::RUBY
10
10
  spec.required_ruby_version = '>= 2.1.1'
11
11
  spec.authors = ['A.J. Mrozinski']
12
- spec.email = ['test_automation@icloud.com']
12
+ spec.email = ['testcentricity@gmail.com']
13
13
  spec.summary = %q{A Page Object and Data Object Model Framework for desktop and mobile web testing}
14
14
  spec.description = %q{
15
- TestCentricity™ core generic framework for desktop and mobile web site testing implements a Page Object Model DSL
16
- for use with Cucumber, Capybara, and Selenium-Webdriver. Supports testing against locally hosted desktop browsers
17
- (Firefox, Chrome, Safari, IE, or Edge), locally hosted emulated iOS and Android mobile browsers (using Firefox or
18
- Chrome), a "headless" browser (using Poltergeist and PhantomJS), mobile Safari web browsers on iOS device simulators,
19
- or on cloud hosted browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.}
15
+ TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL for use
16
+ with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against the following
17
+ web test targets:
18
+ * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)
19
+ * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)
20
+ * a "headless" browser (using Poltergeist and PhantomJS)
21
+ * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)
22
+ * cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.}
20
23
  spec.homepage = ''
21
24
  spec.license = 'BSD3'
22
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -144,13 +144,16 @@ dependencies:
144
144
  version: 1.1.1
145
145
  description: |2-
146
146
 
147
- TestCentricity™ core generic framework for desktop and mobile web site testing implements a Page Object Model DSL
148
- for use with Cucumber, Capybara, and Selenium-Webdriver. Supports testing against locally hosted desktop browsers
149
- (Firefox, Chrome, Safari, IE, or Edge), locally hosted emulated iOS and Android mobile browsers (using Firefox or
150
- Chrome), a "headless" browser (using Poltergeist and PhantomJS), mobile Safari web browsers on iOS device simulators,
151
- or on cloud hosted browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.
147
+ TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL for use
148
+ with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against the following
149
+ web test targets:
150
+ * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)
151
+ * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)
152
+ * a "headless" browser (using Poltergeist and PhantomJS)
153
+ * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)
154
+ * cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.
152
155
  email:
153
- - test_automation@icloud.com
156
+ - testcentricity@gmail.com
154
157
  executables: []
155
158
  extensions: []
156
159
  extra_rdoc_files: []