From e668672e0667e205d831972d8859a026756510da Mon Sep 17 00:00:00 2001 From: Sriteja Sugoor <32356934+sriteja777@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:33:59 +0530 Subject: [PATCH 1/4] Change device name from iPhone XS (14) to iPhone 15 Plus (17) --- junit-5/ios/browserstack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/junit-5/ios/browserstack.yml b/junit-5/ios/browserstack.yml index f0f47e0..3bff625 100644 --- a/junit-5/ios/browserstack.yml +++ b/junit-5/ios/browserstack.yml @@ -42,8 +42,8 @@ platforms: - deviceName: iPhone 13 Pro platformVersion: 15 platformName: ios - - deviceName: iPhone XS - platformVersion: 14 + - deviceName: iPhone 15 Plus + osVersion: 17 platformName: ios # ======================= From a7745839bc3019ddde92b7a4c3af66c112093eff Mon Sep 17 00:00:00 2001 From: Sriteja Sugoor <32356934+sriteja777@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:35:10 +0530 Subject: [PATCH 2/4] Change device name from iPhone XS (14) to iPhone 15 Plus (17) --- junit-4/ios/browserstack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/junit-4/ios/browserstack.yml b/junit-4/ios/browserstack.yml index 6dc64a4..aa0f153 100644 --- a/junit-4/ios/browserstack.yml +++ b/junit-4/ios/browserstack.yml @@ -42,8 +42,8 @@ platforms: - deviceName: iPhone 13 Pro platformVersion: 15 platformName: ios - - deviceName: iPhone XS - platformVersion: 14 + - deviceName: iPhone 15 Plus + platformVersion: 17 platformName: ios # ======================= From 051b2b179e56e403d0f5ffb8690f6c522da94d6f Mon Sep 17 00:00:00 2001 From: Sriteja Sugoor <32356934+sriteja777@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:58:39 +0530 Subject: [PATCH 3/4] change os_version to platformVersion --- junit-5/ios/browserstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit-5/ios/browserstack.yml b/junit-5/ios/browserstack.yml index 3bff625..8a99258 100644 --- a/junit-5/ios/browserstack.yml +++ b/junit-5/ios/browserstack.yml @@ -43,7 +43,7 @@ platforms: platformVersion: 15 platformName: ios - deviceName: iPhone 15 Plus - osVersion: 17 + platformVersion: 17 platformName: ios # ======================= From 89112c104b5a2765fffb26d4af8d580d3f9b89a6 Mon Sep 17 00:00:00 2001 From: Sriteja Sugoor Date: Wed, 20 Nov 2024 13:48:29 +0530 Subject: [PATCH 4/4] empty commit to run tests