Skip to content

Update browserstack.yml #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 ios/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# =============================
# Add your BrowserStack userName and acccessKey here or set BROWSERSTACK_USERNAME and
# BROWSERSTACK_ACCESS_KEY as env variables
userName: BROWSERSTACK_USERNAME
accessKey: BROWSERSTACK_ACCESS_KEY
userName: gedalavinodkumar_HbCtY8
accessKey: UsstVkKaycn5j84EFWNi

# ======================
# BrowserStack Reporting
Expand Down Expand Up @@ -36,8 +36,8 @@ app: ./BStackSampleApp.ipa
# Platforms object contains all the browser / device combinations you want to test on.
# Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate)

platforms:
- deviceName: iPhone 14 Pro
platforms: ios
- deviceName: iPhone 12 Pro Max
osVersion: 16
platformName: ios
- deviceName: iPhone 13 Pro
Expand Down