bugsnag-maze-runner 8.17.0 → 8.18.0
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/maze/client/appium/bb_client.rb +2 -0
- data/lib/maze/hooks/appium_hooks.rb +1 -1
- data/lib/maze.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5bb41a44da9d3ae31ba57de0e3ad76f8fe4f86e22ffe2dc4f34d3f46a748286
|
|
4
|
+
data.tar.gz: 9ef9e1ca936d290eae90ebe4c515ef605adedc1cfb4de783d65177dcd6e48710
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 862fa83eac1fb95705a57e934788f0e6fa989b7bd6a0cd48da3ac07b5e6284571ebe8a748e31419168ee5cf96587a9141a1f0810d702facb815cfe70475ab4ce
|
|
7
|
+
data.tar.gz: 061ed8fc01e2266d4befa7b0931f28b8906ccca82355824b3858fa7f02dd672e0e07855551a740afba9bb8634fdf636667b89d49f31b2ebb4153c335b1999eb5
|
|
@@ -75,7 +75,9 @@ module Maze
|
|
|
75
75
|
}
|
|
76
76
|
capabilities.deep_merge! BitBarClientUtils.dashboard_capabilities
|
|
77
77
|
capabilities.deep_merge! BitBarDevices.get_available_device(config.device)
|
|
78
|
+
capabilities['bitbar:options']['appiumVersion'] = config.appium_version unless config.appium_version.nil?
|
|
78
79
|
capabilities.deep_merge! JSON.parse(config.capabilities_option)
|
|
80
|
+
|
|
79
81
|
capabilities
|
|
80
82
|
end
|
|
81
83
|
|
|
@@ -46,7 +46,6 @@ module Maze
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
def after_all
|
|
49
|
-
@client&.log_run_outro
|
|
50
49
|
if $success
|
|
51
50
|
Maze::Plugins::DatadogMetricsPlugin.send_increment('appium.test_succeeded')
|
|
52
51
|
else
|
|
@@ -60,6 +59,7 @@ module Maze
|
|
|
60
59
|
|
|
61
60
|
def at_exit
|
|
62
61
|
if @client
|
|
62
|
+
@client.log_run_outro
|
|
63
63
|
$logger.info 'Stopping the Appium session'
|
|
64
64
|
@client.stop_session
|
|
65
65
|
end
|
data/lib/maze.rb
CHANGED
|
@@ -7,7 +7,7 @@ require_relative 'maze/timers'
|
|
|
7
7
|
# Glues the various parts of MazeRunner together that need to be accessed globally,
|
|
8
8
|
# providing an alternative to the proliferation of global variables or singletons.
|
|
9
9
|
module Maze
|
|
10
|
-
VERSION = '8.
|
|
10
|
+
VERSION = '8.18.0'
|
|
11
11
|
|
|
12
12
|
class << self
|
|
13
13
|
attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bugsnag-maze-runner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve Kirkland
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|
|
@@ -454,11 +454,11 @@ files:
|
|
|
454
454
|
- lib/maze/wait.rb
|
|
455
455
|
- lib/utils/deep_merge.rb
|
|
456
456
|
- lib/utils/selenium_money_patch.rb
|
|
457
|
-
homepage:
|
|
457
|
+
homepage:
|
|
458
458
|
licenses:
|
|
459
459
|
- MIT
|
|
460
460
|
metadata: {}
|
|
461
|
-
post_install_message:
|
|
461
|
+
post_install_message:
|
|
462
462
|
rdoc_options: []
|
|
463
463
|
require_paths:
|
|
464
464
|
- lib
|
|
@@ -474,7 +474,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
474
474
|
version: '0'
|
|
475
475
|
requirements: []
|
|
476
476
|
rubygems_version: 3.1.6
|
|
477
|
-
signing_key:
|
|
477
|
+
signing_key:
|
|
478
478
|
specification_version: 4
|
|
479
479
|
summary: Bugsnag API request validation harness
|
|
480
480
|
test_files: []
|