bugsnag-maze-runner 9.1.0 → 9.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/maze/client/appium/bb_client.rb +7 -8
- data/lib/maze/server.rb +1 -0
- 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: 942d00360efa6ebec4240233c3892ff48c636e7b922c042b0d7ab1be48a20c20
|
4
|
+
data.tar.gz: 4dd00352e475110bed75c7dd3eb1bbd7927c21035de6e4e9b1b6f8d42375f8cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 104c7589d0b7dae3ff2859ffa4984ab85d01468faaf2d1bc81cc4774ab852356c2c2bc13edfeeee0106c0cf76de28b7f549d45f7a95016cae8b2351c1de67fdb
|
7
|
+
data.tar.gz: 945d305ac5910cb739c5905bed3663edbbe6e58932a67d69662b71670fde9d6ada6375544fea33469ac93b59a9a26ec3c92b8b0b6f96ad6ba3cb114e797fa60d
|
@@ -55,15 +55,13 @@ module Maze
|
|
55
55
|
# Doubling up on capabilities in both the `appium:options` and `appium` sub dictionaries.
|
56
56
|
# See PLAT-11087
|
57
57
|
config = Maze.config
|
58
|
+
common_caps = {
|
59
|
+
'noReset' => true,
|
60
|
+
'newCommandTimeout' => 600
|
61
|
+
}
|
58
62
|
capabilities = {
|
59
|
-
'appium:options' =>
|
60
|
-
|
61
|
-
'newCommandTimeout' => 600
|
62
|
-
},
|
63
|
-
'appium' => {
|
64
|
-
'noReset' => true,
|
65
|
-
'newCommandTimeout' => 600
|
66
|
-
},
|
63
|
+
'appium:options' => common_caps,
|
64
|
+
'appium' => common_caps,
|
67
65
|
'bitbar:options' => {
|
68
66
|
# Some capabilities probably belong in the top level
|
69
67
|
# of the hash, but BitBar picks them up from here.
|
@@ -73,6 +71,7 @@ module Maze
|
|
73
71
|
'testTimeout' => 7200
|
74
72
|
}
|
75
73
|
}
|
74
|
+
capabilities.deep_merge! common_caps
|
76
75
|
capabilities.deep_merge! BitBarClientUtils.dashboard_capabilities
|
77
76
|
capabilities.deep_merge! BitBarDevices.get_available_device(config.device)
|
78
77
|
capabilities['bitbar:options']['appiumVersion'] = config.appium_version unless config.appium_version.nil?
|
data/lib/maze/server.rb
CHANGED
@@ -221,6 +221,7 @@ module Maze
|
|
221
221
|
server.mount '/dart-symbol', Servlets::Servlet, :sourcemaps
|
222
222
|
server.mount '/ndk-symbol', Servlets::Servlet, :sourcemaps
|
223
223
|
server.mount '/proguard', Servlets::Servlet, :sourcemaps
|
224
|
+
server.mount '/dsym', Servlets::Servlet, :sourcemaps
|
224
225
|
server.mount '/command', Servlets::CommandServlet
|
225
226
|
server.mount '/commands', Servlets::AllCommandsServlet
|
226
227
|
server.mount '/logs', Servlets::LogServlet
|
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 = '9.
|
10
|
+
VERSION = '9.2.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: 9.
|
4
|
+
version: 9.2.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-
|
11
|
+
date: 2024-02-15 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: []
|