bugsnag-maze-runner 9.16.0 → 9.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/maze/client/appium/bs_devices.rb +1 -0
- data/lib/maze/client/selenium/bb_client.rb +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: c9030ac2f7abdbeae92dd93722ea67c366d12b3eca63e4d4a83e63aead8487a7
|
4
|
+
data.tar.gz: 1b1e1932f4f1d6a33b63093ea5c26f745041593fe0515ddd987b2cb11abe5554
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71739fc49bb2d280db6ffeb330e29aa33ebd77c47ac055edb2434f4ad6a24159772ba2e83182de94ce32db323ca3e9dc2e810eb4edb96128d1fb66d875f39204
|
7
|
+
data.tar.gz: e6203434b23df13a7aa4d984f3b693d44163249a689db391c1aae7a0a5ca8c3a2eb215a12434d959879c6f1e4785f8381147d2ea44872ab576371b563ee9cd0a
|
@@ -71,6 +71,7 @@ module Maze
|
|
71
71
|
def create_hash
|
72
72
|
hash = {
|
73
73
|
# Classic, non-specific devices for each Android version
|
74
|
+
'ANDROID_15' => make_android_hash('Google Pixel 9', '15.0'),
|
74
75
|
'ANDROID_14' => make_android_hash('Google Pixel 8', '14.0'),
|
75
76
|
'ANDROID_13' => make_android_hash('Google Pixel 6 Pro', '13.0'),
|
76
77
|
'ANDROID_12' => make_android_hash('Google Pixel 5', '12.0'),
|
@@ -12,7 +12,7 @@ module Maze
|
|
12
12
|
capabilities.merge! browsers[config.browser]
|
13
13
|
capabilities.merge! JSON.parse(config.capabilities_option)
|
14
14
|
capabilities['bitbar:options']['testTimeout'] = 900
|
15
|
-
capabilities['acceptInsecureCerts'] = true
|
15
|
+
capabilities['acceptInsecureCerts'] = true unless Maze.config.browser.include? 'ie_'
|
16
16
|
config.capabilities = capabilities
|
17
17
|
|
18
18
|
if Maze::Client::BitBarClientUtils.use_local_tunnel?
|
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 = '9.
|
10
|
+
VERSION = '9.17.0'
|
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: 9.
|
4
|
+
version: 9.17.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: 2024-11-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|