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 +4 -4
- data/lib/maze/client/appium/bs_client.rb +3 -1
- data/lib/maze/client/appium/bs_devices.rb +1 -1
- data/lib/maze/client/selenium/bs_client.rb +4 -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: 7780fd47122f4f902c147f80354970f2f979483c9e5b294a4830e2c0dff28e2f
|
|
4
|
+
data.tar.gz: 29419ac5dcfd8adc1504c6f024e33ef98c1faa34ef3af77d95f29ca561cd1dfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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
|
|
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/
|
|
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.
|
|
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.
|
|
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-
|
|
12
|
+
date: 2026-04-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cucumber
|