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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cd6f7e392e3c048cf4775a2715f3d87f692bc0a34234ff31a887dbf45c9e01d
4
- data.tar.gz: af10924777104f0532f7294f49350244280938fb022ecea647f8756902c3be43
3
+ metadata.gz: a9e19df4c516fad48f4e34008fe0d4f95c3478c3c6632f9f7972fe07f984cc13
4
+ data.tar.gz: 2d65eb337ee63c25eb22041b680152fd111d6fb5d9e0e9246c2e37eec1a87bfe
5
5
  SHA512:
6
- metadata.gz: 95163d0e29cba6dc81ae339604626396233c4d7aeb2cf779f8e1f91e9877eb09c9e3d722d90822ec356b6cef28e6df0175b575a05bde7665820cfdfc5bea63e9
7
- data.tar.gz: c61f7b8579b2e918d402b0736ab872c56cff6843df8e87386a4f1bfec849f2a83dd4dea900eb005dc518a2af0fecadf33717c0d79f2a064f7bee0be30e372a1f
6
+ metadata.gz: 8ee7a5766f46be51714cb04d1813e1fe2065795ee07eb6f777a373eafc3d17b25700e1f64710a5298386c28d05e60646926258a1f4a32548ce7c05d70728c153
7
+ data.tar.gz: 36b984085c0f2eb7585b40e418fe3c44ce3b867a46f62bd35dfd11bcf2d31e90c968cf4255a4eaefd7573b67dea92884268710052be4bdd2157544d5e65feadd
@@ -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
- default: 9339
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.28.0'
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.28.0
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-15 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber