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 +4 -4
- data/lib/testcentricity_web/version.rb +1 -1
- data/testcentricity_web.gemspec +6 -8
- metadata +7 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8fe43bfc9fcc999e880d40298b152922825ccca
|
|
4
|
+
data.tar.gz: c9e841d8cc5d3953622150dd1639ba21ccf5e3e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 095a76118aa9c18d749489519b1af225aa0410e10677afb938eab441cd9aca55f31f94fdcc44deda3a26c22c67b578a02a4a6013ac608aaee846ece3a5a07aa2
|
|
7
|
+
data.tar.gz: 743d8c8602d3d9b2dd4375733a708ce60e534123700e29edaaf0454bf33b6922779976f916753a062c00fff11dee146ce862f07ed8359b831d46753648e3a700
|
data/testcentricity_web.gemspec
CHANGED
|
@@ -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
|
|
16
|
-
with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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.
|
|
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
|
|
148
|
-
with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
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: []
|