bugsnag-maze-runner 8.0.1 → 8.0.2
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/base_client.rb +6 -1
- data/lib/maze/client/selenium/bb_browsers.yml +1 -1
- 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: 75d2f1ce0990ec5a8d580a1bd3e9b70d8b9a4dac7350db35b92dc98d91030aee
|
|
4
|
+
data.tar.gz: f4b6442090aa19321583db6d7cf2189a2637659da40996cfee029f6b32b51e96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a06060657a765dadf0b51ed6472ad5d597619b8ad1b920dd751b8f22599a0470a48afa3c708e43fefcc19b897d1b4e12fb1bdb5dd3640575c93accfcd418f297
|
|
7
|
+
data.tar.gz: d0c61e16312abc8bae8632cd67a0163103899d0c50b4614a9466a333b9598760d91326a07e4507763a5b8ecd589ca9b6b33a24d4144aff32c954df295a9b0a76
|
|
@@ -22,8 +22,13 @@ module Maze
|
|
|
22
22
|
when 'ios'
|
|
23
23
|
Maze.driver.session_capabilities['CFBundleIdentifier'] # Present on BS and locally
|
|
24
24
|
end
|
|
25
|
+
|
|
25
26
|
# Ensure the device is unlocked
|
|
26
|
-
|
|
27
|
+
begin
|
|
28
|
+
Maze.driver.unlock
|
|
29
|
+
rescue => e
|
|
30
|
+
$logger.warn "Failed to unlock device: #{e}"
|
|
31
|
+
end
|
|
27
32
|
|
|
28
33
|
log_run_intro
|
|
29
34
|
end
|
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 = '8.0.
|
|
10
|
+
VERSION = '8.0.2'
|
|
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: 8.0.
|
|
4
|
+
version: 8.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve Kirkland
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|