Skip to content

Commit

Permalink
Add iOS mobile browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kirkland committed Nov 21, 2024
1 parent f0f72fa commit 10fee80
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 9.20.0 - TBD
# 9.20.0 - 2024/11/21

## Enhancements

- Catch AWS IP invalid response error and attempt to retry [704](https://github.com/bugsnag/maze-runner/pull/704)
- Add iOS 13,14 and 18 mobile browsers on BrowserStack [705](https://github.com/bugsnag/maze-runner/pull/705)

# 9.19.1 - 2024/11/19

Expand Down
21 changes: 21 additions & 0 deletions lib/maze/client/selenium/bs_browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ ios_12:
osVersion: "12"
realMobile: true

ios_13:
browserName: "iphone"
device: "iPhone 11"
os: "ios"
osVersion: "13"
realMobile: true

ios_14:
browserName: "iphone"
device: "iPhone 12"
os: "ios"
osVersion: "14"
realMobile: true

ios_15:
browserName: "iphone"
device: "iPhone 13"
Expand All @@ -144,6 +158,13 @@ ios_17:
osVersion: "17"
realMobile: true

ios_18:
browserName: "iphone"
device: "iPhone 13"
os: "ios"
osVersion: "18"
realMobile: true

android_4:
browserName: "Android Browser"
device: "Google Nexus 5"
Expand Down

0 comments on commit 10fee80

Please sign in to comment.