testcentricity_web 0.9.0.2 → 0.9.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c857bacf3ee12fce4212af455a6f141bea384684
4
- data.tar.gz: 29884dbe0fbf8bad09fc9e9a8a3eb3c6ee964558
3
+ metadata.gz: e8fe43bfc9fcc999e880d40298b152922825ccca
4
+ data.tar.gz: c9e841d8cc5d3953622150dd1639ba21ccf5e3e6
5
5
  SHA512:
6
- metadata.gz: d41d31d9c6c6189d919b30c33902010116659cd0075817085da2bc35915fc09a0f268d7931d0571b418db50437e0cb9640d8b936e256a32dd8f15de833b79122
7
- data.tar.gz: e8efe23fbd75d5accf36effe9a312d7040de6a702e1a6d8ca5f38813d617755ebe2b39dbe65463aa3c73dbb31666c7cb9c0aa85c0f21513acbbb6ef0958f854d
6
+ metadata.gz: 095a76118aa9c18d749489519b1af225aa0410e10677afb938eab441cd9aca55f31f94fdcc44deda3a26c22c67b578a02a4a6013ac608aaee846ece3a5a07aa2
7
+ data.tar.gz: 743d8c8602d3d9b2dd4375733a708ce60e534123700e29edaaf0454bf33b6922779976f916753a062c00fff11dee146ce862f07ed8359b831d46753648e3a700
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.9.0.2'
2
+ VERSION = '0.9.0.3'
3
3
  end
@@ -12,14 +12,12 @@ Gem::Specification.new do |spec|
12
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™ 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:\n
18
- * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)\n
19
- * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)\n
20
- * a "headless" browser (using Poltergeist and PhantomJS)\n
21
- * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)\n
22
- * cloud hosted desktop or mobile web 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
16
+ for use with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against
17
+ locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge), locally hosted emulated mobile (iOS, Android,
18
+ Windows Phone, Blackberry) browsers using Firefox or Chrome, a "headless" browser (using Poltergeist and PhantomJS),
19
+ mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X), or cloud hosted desktop or mobile
20
+ web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services}
23
21
  spec.homepage = ''
24
22
  spec.license = 'BSD3'
25
23
 
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.9.0.2
4
+ version: 0.9.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
@@ -144,14 +144,12 @@ dependencies:
144
144
  version: 1.1.1
145
145
  description: |2-
146
146
 
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:\n
150
- * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)\n
151
- * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)\n
152
- * a "headless" browser (using Poltergeist and PhantomJS)\n
153
- * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)\n
154
- * cloud hosted desktop or mobile web 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
148
+ for use with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against
149
+ locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge), locally hosted emulated mobile (iOS, Android,
150
+ Windows Phone, Blackberry) browsers using Firefox or Chrome, a "headless" browser (using Poltergeist and PhantomJS),
151
+ mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X), or cloud hosted desktop or mobile
152
+ web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services
155
153
  email:
156
154
  - testcentricity@gmail.com
157
155
  executables: []