bugsnag-maze-runner 8.13.0 → 8.13.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c4179797bd1c2f213229a61382af46e4961ed8e1c927752082bef991edb7763
4
- data.tar.gz: 3861468539c18e1e1ab53a9937eb6fc5fea67147a5a5016d660189ac95103dab
3
+ metadata.gz: b19202c96a1340f0752e1ad4f565b45d84d07ce75ee71961bd55387c63135d7e
4
+ data.tar.gz: 40afc99e0843a9bed7978e5fd0f41d748e11ebfdde5f341fbd23cef8bf1b95db
5
5
  SHA512:
6
- metadata.gz: f92c80ce71906d9b16ca07b70a8e2637beb6643e864851667fbca53d28cd464663850480b381c89f31b5afc79928125a6362cc69c227889239771d3938a1582a
7
- data.tar.gz: 9641dba3a1675bf5d6afdad3fd7244db7bba1e73e4d3cba91ed0a146f886fe8ead9278b8874b53f194ec73701f508f13b5a0ad1028225c818bc1c5da225ce7a2
6
+ metadata.gz: ed33f57a999f5f98ee62b90fbd2817f6b6a80c0fc025ff451bd1bbf1ebf4204289ccd0c1c11816afcd1cf2b2147dcf0e28fb9c137c2a7fea2bb698ef7d155ab8
7
+ data.tar.gz: d824d91a62bd68851b60b167a625f399141c5c3f4e41e557810fb6e346987d63b7fc1cd28bed8dc94eda4556a45d944c7a36da9f0ba0daaaf8711156d32f5495
@@ -96,7 +96,8 @@ module Maze
96
96
  appium_options = {
97
97
  'automationName' => 'UiAutomator2',
98
98
  'autoGrantPermissions' => true,
99
- 'uiautomator2ServerInstallTimeout' => 60000
99
+ 'uiautomator2ServerInstallTimeout' => 60000,
100
+ 'uiautomator2ServerLaunchTimeout' => 60000
100
101
  }
101
102
  hash = {
102
103
  'platformName' => 'Android',
@@ -116,7 +117,8 @@ module Maze
116
117
  # See PLAT-11087
117
118
  appium_options = {
118
119
  'automationName' => 'XCUITest',
119
- 'shouldTerminateApp' => 'true'
120
+ 'shouldTerminateApp' => 'true',
121
+ 'autoAcceptAlerts' => 'true'
120
122
  }
121
123
  hash = {
122
124
  'platformName' => 'iOS',
@@ -50,6 +50,7 @@ module Maze
50
50
 
51
51
  def make_ios_hash(device, version)
52
52
  {
53
+ 'appium:autoAcceptAlerts' => 'true',
53
54
  'platformName' => 'ios',
54
55
  'platformVersion' => version,
55
56
  'deviceName' => device
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.13.0'
10
+ VERSION = '8.13.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.13.0
4
+ version: 8.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Kirkland
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-17 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -448,11 +448,11 @@ files:
448
448
  - lib/maze/wait.rb
449
449
  - lib/utils/deep_merge.rb
450
450
  - lib/utils/selenium_money_patch.rb
451
- homepage:
451
+ homepage:
452
452
  licenses:
453
453
  - MIT
454
454
  metadata: {}
455
- post_install_message:
455
+ post_install_message:
456
456
  rdoc_options: []
457
457
  require_paths:
458
458
  - lib
@@ -468,7 +468,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
468
468
  version: '0'
469
469
  requirements: []
470
470
  rubygems_version: 3.1.6
471
- signing_key:
471
+ signing_key:
472
472
  specification_version: 4
473
473
  summary: Bugsnag API request validation harness
474
474
  test_files: []