Skip to content

Commit 6b72e24

Browse files
committed
Revert unnecessary automationName from local browserstack-ios.yml
Rationale: - CI failure was in browserstack-ios-ci.yml (now fixed) - Local runs don't require explicit automationName in YAML - Appium/SDK defaults to XCUITest for iOS automatically - Keep local config minimal, only add to CI where needed CI (browserstack-ios-ci.yml) has explicit automationName for clarity Local (browserstack-ios.yml) remains simple with just credentials and app path
1 parent f1758bb commit 6b72e24

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

browserstack-ios.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
userName: aishwaryalakshmi_flVCjb
22
accessKey: RsRLTRVEKShpDovu5sgb
33

4-
app: app/browserstack/ios/BStackSampleApp.ipa # Local path - SDK auto-uploads on first use
5-
6-
# iOS-specific automation settings (REQUIRED for iOS)
7-
automationName: XCUITest
4+
app: app/browserstack/ios/BStackSampleApp.ipa # Local path (SDK auto-uploads) or custom_id for stable reference
85

96
platforms:
107
- deviceName: iPhone 14 Pro Max

0 commit comments

Comments
 (0)