testcentricity_web 0.9.0.1 → 0.9.0.2
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 -6
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c857bacf3ee12fce4212af455a6f141bea384684
|
|
4
|
+
data.tar.gz: 29884dbe0fbf8bad09fc9e9a8a3eb3c6ee964558
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d41d31d9c6c6189d919b30c33902010116659cd0075817085da2bc35915fc09a0f268d7931d0571b418db50437e0cb9640d8b936e256a32dd8f15de833b79122
|
|
7
|
+
data.tar.gz: e8efe23fbd75d5accf36effe9a312d7040de6a702e1a6d8ca5f38813d617755ebe2b39dbe65463aa3c73dbb31666c7cb9c0aa85c0f21513acbbb6ef0958f854d
|
data/testcentricity_web.gemspec
CHANGED
|
@@ -14,12 +14,12 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.description = %q{
|
|
15
15
|
TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL for use
|
|
16
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
|
|
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}
|
|
23
23
|
spec.homepage = ''
|
|
24
24
|
spec.license = 'BSD3'
|
|
25
25
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- A.J. Mrozinski
|
|
@@ -146,12 +146,12 @@ description: |2-
|
|
|
146
146
|
|
|
147
147
|
TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL for use
|
|
148
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
|
|
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
|
|
155
155
|
email:
|
|
156
156
|
- testcentricity@gmail.com
|
|
157
157
|
executables: []
|