You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,22 @@ Ensure that @ symbol is prepended to the file path in the above request. Please
118
118
119
119
Local Testing is a BrowserStack feature that helps you test mobile apps that access resources hosted in development or testing environments during automated test execution
120
120
121
-
To setup Local Testing connection - [Local testing reference](https://www.browserstack.com/docs/app-automate/appium/getting-started/java/local-testing)
121
+
**i. Setup Browserstack Local Testing connection :**
122
122
123
-
NOTE : If you're unable to run the LocalTesting Binary due to Apple permission issues, go to \
123
+
Check the releases page to download the binary / native application [Browserstack Local Releases](https://www.browserstack.com/docs/local-testing/releases-and-downloads)
124
+
125
+
- Option 1
126
+
- Use Browserstack Local Binary - [Local Binary](https://www.browserstack.com/docs/app-automate/appium/getting-started/java/local-testing)
127
+
- Option 2
128
+
- Use Browserstack native application - [Local Native App](https://www.browserstack.com/docs/local-testing/local-app-upgrade-guide)
129
+
130
+
131
+
NOTE : If you're unable to run the LocalTesting Binary / Native application due to Apple permission issues, go to \
124
132
```
125
133
System preferences -> Security and privacy -> General -> Allow app
126
134
```
127
135
128
-
Open `BrowserStackSampleLocal.java` file in the `android` or `ios` directory :
136
+
**ii. Open `BrowserStackSampleLocal.java` file in the `android` or `ios` directory :**
129
137
130
138
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials. Get your BrowserStack access credentials from [here](https://www.browserstack.com/accounts/settings)
0 commit comments