testcentricity_mobile 4.0.9 → 4.0.10
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/CHANGELOG.md +9 -0
- data/lib/testcentricity_mobile/app_core/appium_connect_helper.rb +2 -2
- data/lib/testcentricity_mobile/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22dbc547598584886e1f6d5bf533b0a0fd8c7baf0ad4369ea8d5b2f7fff7b762
|
|
4
|
+
data.tar.gz: e513d2670f44d48ebd1379e9b10c592be4c27fa016f8a3006ab609605ae3f21e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b70df9d092dcd24da61977b94a679ff562a76cc96e82b08f835621ecaa7f59641713d0b0f9963a37a3e9559b24495e3b68a91295561e5ee25a2d66eea0afad2d
|
|
7
|
+
data.tar.gz: 6c00af4f804cd1b44d14c91b41559f01ecea02f8046acd680237b8ed018f985692030f3bbcff2767e35d1ec3c46d145104428070415ec25f8e23439d4885188e
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
## [4.0.10] - 25-JULY-2024
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
* Updated `selenium-webdriver` gem to version 4.23.0.
|
|
10
|
+
* Updated `appium_lib` gem to version 15.2.0.
|
|
11
|
+
* Updated `appium_lib_core` gem to version 9.2.0.
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
## [4.0.9] - 23-JUNE-2024
|
|
6
15
|
|
|
7
16
|
### Changed
|
|
@@ -516,7 +516,7 @@ module TestCentricity
|
|
|
516
516
|
bs_options[:gpsLocation] = ENV['GPS_LOCATION'] if ENV['GPS_LOCATION']
|
|
517
517
|
bs_options[:acceptInsecureCerts] = ENV['ACCEPT_INSECURE_CERTS'] if ENV['ACCEPT_INSECURE_CERTS']
|
|
518
518
|
bs_options[:disableAnimations] = ENV['DISABLE_ANIMATION'] if ENV['DISABLE_ANIMATION']
|
|
519
|
-
bs_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.
|
|
519
|
+
bs_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.6.0'
|
|
520
520
|
|
|
521
521
|
capabilities = {
|
|
522
522
|
platformName: ENV['BS_OS'],
|
|
@@ -560,7 +560,7 @@ module TestCentricity
|
|
|
560
560
|
tb_options['testingbot.geoCountryCode'] = ENV['IP_GEOLOCATION'] if ENV['IP_GEOLOCATION']
|
|
561
561
|
tb_options[:screenrecorder] = ENV['RECORD_VIDEO'] if ENV['RECORD_VIDEO']
|
|
562
562
|
tb_options[:screenshot] = ENV['SCREENSHOTS'] if ENV['SCREENSHOTS']
|
|
563
|
-
tb_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.
|
|
563
|
+
tb_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.10.3'
|
|
564
564
|
|
|
565
565
|
capabilities = {
|
|
566
566
|
platformName: ENV['TB_OS'],
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testcentricity_mobile
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.10
|
|
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: 2024-
|
|
11
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 3.
|
|
89
|
+
version: 3.13.0
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 3.
|
|
96
|
+
version: 3.13.0
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: simplecov
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 15.
|
|
131
|
+
version: 15.2.0
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 15.
|
|
138
|
+
version: 15.2.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: childprocess
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -212,14 +212,14 @@ dependencies:
|
|
|
212
212
|
requirements:
|
|
213
213
|
- - '='
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
|
-
version: 4.
|
|
215
|
+
version: 4.23.0
|
|
216
216
|
type: :runtime
|
|
217
217
|
prerelease: false
|
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
|
219
219
|
requirements:
|
|
220
220
|
- - '='
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 4.
|
|
222
|
+
version: 4.23.0
|
|
223
223
|
- !ruby/object:Gem::Dependency
|
|
224
224
|
name: test-unit
|
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -255,7 +255,7 @@ description: |2-
|
|
|
255
255
|
Appium capabilities required to establish a connection with locally or cloud hosted (using BrowserStack, Sauce Labs,
|
|
256
256
|
or TestingBot services) iOS or Android devices or simulators.
|
|
257
257
|
email:
|
|
258
|
-
- testcentricity
|
|
258
|
+
- support@testcentricity.com
|
|
259
259
|
executables: []
|
|
260
260
|
extensions: []
|
|
261
261
|
extra_rdoc_files: []
|
|
@@ -311,7 +311,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
311
311
|
version: '0'
|
|
312
312
|
requirements:
|
|
313
313
|
- Appium
|
|
314
|
-
rubygems_version: 3.
|
|
314
|
+
rubygems_version: 3.3.26
|
|
315
315
|
signing_key:
|
|
316
316
|
specification_version: 4
|
|
317
317
|
summary: A Screen Object Model Framework for native mobile iOS and/or Android app
|