bugsnag-maze-runner 9.28.0 → 9.29.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/option/parser.rb +3 -2
- data/lib/maze.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9e19df4c516fad48f4e34008fe0d4f95c3478c3c6632f9f7972fe07f984cc13
|
4
|
+
data.tar.gz: 2d65eb337ee63c25eb22041b680152fd111d6fb5d9e0e9246c2e37eec1a87bfe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ee7a5766f46be51714cb04d1813e1fe2065795ee07eb6f777a373eafc3d17b25700e1f64710a5298386c28d05e60646926258a1f4a32548ce7c05d70728c153
|
7
|
+
data.tar.gz: 36b984085c0f2eb7585b40e418fe3c44ce3b867a46f62bd35dfd11bcf2d31e90c968cf4255a4eaefd7573b67dea92884268710052be4bdd2157544d5e65feadd
|
data/lib/maze/option/parser.rb
CHANGED
@@ -65,9 +65,9 @@ module Maze
|
|
65
65
|
short: :none,
|
66
66
|
type: :string
|
67
67
|
opt Option::PORT,
|
68
|
-
'Mock server port',
|
68
|
+
'Mock server port, defaulting to MAZE_PORT or 9339',
|
69
69
|
short: :none,
|
70
|
-
|
70
|
+
type: :integer
|
71
71
|
opt Option::NULL_PORT,
|
72
72
|
'Terminating connection port',
|
73
73
|
short: :none,
|
@@ -279,6 +279,7 @@ module Maze
|
|
279
279
|
options[Option::BUGSNAG_REPEATER_API_KEY] ||= ENV['MAZE_REPEATER_API_KEY']
|
280
280
|
options[Option::SB_LOCAL] ||= ENV['MAZE_SB_LOCAL'] || '/SBSecureTunnel'
|
281
281
|
options[Option::BS_LOCAL] ||= ENV['MAZE_BS_LOCAL'] || '/BrowserStackLocal'
|
282
|
+
options[Option::PORT] ||= ENV['MAZE_PORT'] || 9339
|
282
283
|
options[Option::APPIUM_SERVER] ||= ENV['MAZE_APPIUM_SERVER'] || 'http://localhost:4723/wd/hub'
|
283
284
|
options[Option::APPLE_TEAM_ID] ||= ENV['MAZE_APPLE_TEAM_ID']
|
284
285
|
options[Option::UDID] ||= ENV['MAZE_UDID']
|
data/lib/maze.rb
CHANGED
@@ -8,7 +8,7 @@ require_relative 'maze/timers'
|
|
8
8
|
# providing an alternative to the proliferation of global variables or singletons.
|
9
9
|
module Maze
|
10
10
|
|
11
|
-
VERSION = '9.
|
11
|
+
VERSION = '9.29.0'
|
12
12
|
|
13
13
|
class << self
|
14
14
|
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.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Kirkland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|