testcentricity_apps 4.0.10 → 4.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/lib/testcentricity_apps/app_core/appium_connect_helper.rb +2 -2
- data/lib/testcentricity_apps/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ff72ead67fd949e6f7ddeba67c6a29377691e72f8bceffef5201a25010f0d87
|
4
|
+
data.tar.gz: 81b4c49d56950d16121bc1a4399785b05e0c9bd727d3952d05b40682c5e9efd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6c31a2f06c3aea2b0c38ede39c1ec4a6f82f2a73276df30af6b393869eddb8240901eba7b28dd704ab18945a15f38e4093ec63e999f408dab2e16d6d67682b9
|
7
|
+
data.tar.gz: c14c4cb9feb75a18cf6f74579ba6b30c9d1f5c9fec182cd270624ed748d9b50acb9b4373b0f358030acf02ebf1e8318409ef3848838163d262b0e737fd45ac1a
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,23 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
4
|
|
5
|
+
## [4.0.12] - 09-AUG-2024
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
* Updated `appium_lib` gem to version 15.2.2.
|
10
|
+
* Updated `appium_lib_core` gem to version 9.2.1.
|
11
|
+
|
12
|
+
|
13
|
+
## [4.0.11] - 28-JULY-2024
|
14
|
+
|
15
|
+
### Changed
|
16
|
+
|
17
|
+
* Updated `selenium-webdriver` gem to version 4.23.0.
|
18
|
+
* Updated `appium_lib` gem to version 15.2.0.
|
19
|
+
* Updated `appium_lib_core` gem to version 9.2.0.
|
20
|
+
|
21
|
+
|
5
22
|
## [4.0.10] - 26-JUNE-2024
|
6
23
|
|
7
24
|
### Added
|
@@ -543,7 +543,7 @@ module TestCentricity
|
|
543
543
|
bs_options[:gpsLocation] = ENV['GPS_LOCATION'] if ENV['GPS_LOCATION']
|
544
544
|
bs_options[:acceptInsecureCerts] = ENV['ACCEPT_INSECURE_CERTS'] if ENV['ACCEPT_INSECURE_CERTS']
|
545
545
|
bs_options[:disableAnimations] = ENV['DISABLE_ANIMATION'] if ENV['DISABLE_ANIMATION']
|
546
|
-
bs_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.
|
546
|
+
bs_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.6.0'
|
547
547
|
|
548
548
|
capabilities = {
|
549
549
|
platformName: ENV['BS_OS'],
|
@@ -587,7 +587,7 @@ module TestCentricity
|
|
587
587
|
tb_options['testingbot.geoCountryCode'] = ENV['IP_GEOLOCATION'] if ENV['IP_GEOLOCATION']
|
588
588
|
tb_options[:screenrecorder] = ENV['RECORD_VIDEO'] if ENV['RECORD_VIDEO']
|
589
589
|
tb_options[:screenshot] = ENV['SCREENSHOTS'] if ENV['SCREENSHOTS']
|
590
|
-
tb_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.
|
590
|
+
tb_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.10.3'
|
591
591
|
|
592
592
|
capabilities = {
|
593
593
|
platformName: ENV['TB_OS'],
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: testcentricity_apps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.12
|
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-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 15.
|
131
|
+
version: 15.2.2
|
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.2
|
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
|
the appropriate Appium capabilities required to establish a connection with locally hosted MacOS apps or locally or
|
256
256
|
cloud hosted iOS or Android devices or simulators (using BrowserStack, Sauce Labs, or TestingBot services).
|
257
257
|
email:
|
258
|
-
- testcentricity
|
258
|
+
- support@testcentricity.com
|
259
259
|
executables: []
|
260
260
|
extensions: []
|
261
261
|
extra_rdoc_files: []
|