Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions android/testng-examples/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ platforms:
- deviceName: Samsung Galaxy S22 Ultra
osVersion: 12.0
platformName: android
- deviceName: Samsung Galaxy S21
osVersion: 11.0
- deviceName: Google Pixel 8 Pro
osVersion: 14.0
platformName: android
- deviceName: Google Pixel 6 Pro
osVersion: 12.0
- deviceName: OnePlus 11R
osVersion: 13.0
platformName: android

# =======================
Expand Down
6 changes: 3 additions & 3 deletions ios/testng-examples/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ app: ./BStackSampleApp.ipa
# Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate)

platforms:
- deviceName: iPhone 14 Pro
- deviceName: iPhone 14 Pro Max
osVersion: 16
platformName: ios
- deviceName: iPhone 13 Pro
- deviceName: iPhone XR
osVersion: 15
platformName: ios
- deviceName: iPhone 15 Plus
- deviceName: iPhone 15
osVersion: 17
platformName: ios

Expand Down