From fafb924641208326a15f951c10bd46cc2379ea67 Mon Sep 17 00:00:00 2001 From: Aditya Mane Date: Tue, 9 Dec 2025 12:42:01 +0530 Subject: [PATCH] Update device --- android/testng-examples/browserstack.yml | 8 ++++---- ios/testng-examples/browserstack.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/testng-examples/browserstack.yml b/android/testng-examples/browserstack.yml index 8451886..7975029 100644 --- a/android/testng-examples/browserstack.yml +++ b/android/testng-examples/browserstack.yml @@ -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 # ======================= diff --git a/ios/testng-examples/browserstack.yml b/ios/testng-examples/browserstack.yml index 3ed4d02..9d40e19 100644 --- a/ios/testng-examples/browserstack.yml +++ b/ios/testng-examples/browserstack.yml @@ -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