bugsnag-maze-runner 11.0.0 → 11.1.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: bfbd95746ae78016bb759855493b8b9a4caa645426e1d76e0a4c0c6158e5d5a5
4
- data.tar.gz: 4545420f9bf849de969f559ea637ff67c9c639fd683fdb64193baf1f727bb01b
3
+ metadata.gz: 7780fd47122f4f902c147f80354970f2f979483c9e5b294a4830e2c0dff28e2f
4
+ data.tar.gz: 29419ac5dcfd8adc1504c6f024e33ef98c1faa34ef3af77d95f29ca561cd1dfc
5
5
  SHA512:
6
- metadata.gz: c311b5458c809b927511450e984eeb3e25b7014579da5dc077483fa2913fb31edd5cfd0a4ea057fe0b16ce282a94af7880a76095363533adb4648a2fb1c11ad7
7
- data.tar.gz: 34821fa34dd83592507d975017150ade94eb21ba8cec7e4589c820934ac50617248ce9da7de5bfdfcc3796729032b59a9b86ff52b4009436de1152c92f5fd819
6
+ metadata.gz: 826909ff80d3f623d4e2855fa5f3adf4a207d8ad2199f0e315a889dbb98e8070681aa7b8f1c32adfa513c8851536f5f4bbf4fab8927c98137996d55cf484e018
7
+ data.tar.gz: cf7a8bc05e55104120d9fa0dffbffe36010141262b6495241a82df1f44a553c03225bae18548f16c1274628fd539dbeccb9c1eee274fd84b691b3c1a66b22fa1
@@ -64,8 +64,10 @@ module Maze
64
64
  end
65
65
 
66
66
  def log_run_intro
67
+ project = project_name_capabilities[:project]
68
+ build_id = Maze.run_uuid
67
69
  # Log a link to the BrowserStack session search dashboard
68
- url = "https://app-automate.browserstack.com/dashboard/v2/search?query=#{Maze.run_uuid}&type=builds"
70
+ url = "https://app-automate.browserstack.com/projects/#{project}/builds/#{build_id}/1"
69
71
  $logger.info Maze::Loggers::LogUtil.linkify(url, 'BrowserStack session(s)')
70
72
  end
71
73
 
@@ -74,7 +74,7 @@ module Maze
74
74
  'ANDROID_16' => make_android_hash('Google Pixel 9', '16.0'),
75
75
  'ANDROID_15' => make_android_hash('Google Pixel 9', '15.0'),
76
76
  'ANDROID_14' => make_android_hash('Google Pixel 8', '14.0'),
77
- 'ANDROID_13' => make_android_hash('Google Pixel 6 Pro', '13.0'),
77
+ 'ANDROID_13' => make_android_hash('Google Pixel 7', '13.0'),
78
78
  'ANDROID_12' => make_android_hash('Google Pixel 6', '12.0'),
79
79
  'ANDROID_11' => make_android_hash('Samsung Galaxy S21', '11.0'),
80
80
  'ANDROID_10' => make_android_hash('Samsung Galaxy S20', '10.0'),
@@ -69,10 +69,12 @@ module Maze
69
69
  build: Maze.run_uuid
70
70
  }
71
71
  end
72
-
72
+
73
73
  def log_session_info
74
+ project = project_name_capabilities[:project]
75
+ build_id = Maze.run_uuid
74
76
  # Log a link to the BrowserStack session search dashboard
75
- url = "https://automate.browserstack.com/dashboard/v2/search?query=#{Maze.run_uuid}"
77
+ url = "https://automate.browserstack.com/projects/#{project}/builds/#{build_id}/1"
76
78
  $logger.info Maze::Loggers::LogUtil.linkify url, 'BrowserStack session(s)'
77
79
  end
78
80
  end
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 = '11.0.0'
11
+ VERSION = '11.1.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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag-maze-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.0.0
4
+ version: 11.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Kirkland
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2026-02-09 00:00:00.000000000 Z
12
+ date: 2026-04-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber