Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ steps:
# BrowserStack tests
#

- label: ':browserstack: Android 8.1 - JWP'
- label: ':browserstack: Android 9 - JWP'
timeout_in_minutes: 20
depends_on:
- "android-test-fixture"
Expand All @@ -218,7 +218,7 @@ steps:
command:
- "--app=build/test-fixture.apk"
- "--farm=bs"
- "--device=ANDROID_8"
- "--device=ANDROID_9"
- "--fail-fast"
- "features/manual_spans.feature"
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.36.1 - 2025/10/10

- Update BrowserStack mobile devices [801](https://github.com/bugsnag/maze-runner/pull/801)

# 9.36.0 - 2025/08/26

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/maze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# providing an alternative to the proliferation of global variables or singletons.
module Maze

VERSION = '9.36.0'
VERSION = '9.36.1'

class << self
attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,
Expand Down
11 changes: 9 additions & 2 deletions lib/maze/client/selenium/bs_browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ ios_10:

ios_11:
browserName: "iphone"
device: "iPhone X"
device: "iPhone 8"
os: "ios"
osVersion: "11"
realMobile: true

ios_12:
browserName: "iphone"
device: "iPhone XS"
device: "iPad Pro 12.9 2018"
os: "ios"
osVersion: "12"
realMobile: true
Expand Down Expand Up @@ -199,6 +199,13 @@ android_8:
osVersion: "8.0"
realMobile: true

android_9:
browserName: "Android Browser"
device: "Samsung Galaxy S10"
os: "android"
osVersion: "9.0"
realMobile: true

android_13:
browserName: "Android Browser"
device: "Google Pixel 7"
Expand Down