testcentricity_web 4.1.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
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: 4.1.0
4
+ version: 4.1.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: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -162,14 +162,20 @@ dependencies:
162
162
  requirements:
163
163
  - - ">="
164
164
  - !ruby/object:Gem::Version
165
- version: '0'
165
+ version: '4.0'
166
+ - - "<"
167
+ - !ruby/object:Gem::Version
168
+ version: '5'
166
169
  type: :runtime
167
170
  prerelease: false
168
171
  version_requirements: !ruby/object:Gem::Requirement
169
172
  requirements:
170
173
  - - ">="
171
174
  - !ruby/object:Gem::Version
172
- version: '0'
175
+ version: '4.0'
176
+ - - "<"
177
+ - !ruby/object:Gem::Version
178
+ version: '5'
173
179
  - !ruby/object:Gem::Dependency
174
180
  name: spreadsheet
175
181
  requirement: !ruby/object:Gem::Requirement
@@ -229,12 +235,11 @@ dependencies:
229
235
  description: |2-
230
236
 
231
237
  The TestCentricity™ Web core generic framework for desktop and mobile web browser-based app testing implements
232
- a Page Object Model DSL for use with Cucumber, Capybara, and Selenium-Webdriver. The gem provides support for running
238
+ a Page Object Model DSL for use with Cucumber, Capybara, and Selenium-Webdriver v4.x. The gem provides support for running
233
239
  automated tests against locally hosted desktop browsers, locally hosted emulated mobile browsers (iOS, Android, Windows
234
240
  Phone, Blackberry, Kindle Fire) running within a local instance of Chrome, mobile Safari browsers on iOS device simulators
235
- or physical iOS devices (using Appium and XCode on OS X), mobile Chrome or Android browsers on Android Studio virtual
236
- device emulators (using Appium and Android Studio on OS X), or cloud hosted desktop or mobile web browsers (using the
237
- BrowserStack, Sauce Labs, CrossBrowserTesting, TestingBot, Gridlastic, or LambdaTest services).
241
+ or physical iOS devices, mobile Chrome or Android browsers on Android Studio virtual device emulators, or cloud hosted
242
+ desktop or mobile web browsers (using the BrowserStack, Sauce Labs, TestingBot, or LambdaTest services).
238
243
  email:
239
244
  - testcentricity@gmail.com
240
245
  executables: []