Skip to content

Commit ecb8978

Browse files
authored
Added local testing link for local testing
1 parent 3cf22be commit ecb8978

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,22 @@ Ensure that @ symbol is prepended to the file path in the above request. Please
118118
119119
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
120120
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 :**
122122
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 \
124132
```
125133
System preferences -> Security and privacy -> General -> Allow app
126134
```
127135
128-
Open `BrowserStackSampleLocal.java` file in the `android` or `ios` directory :
136+
**ii. Open `BrowserStackSampleLocal.java` file in the `android` or `ios` directory :**
129137
130138
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials. Get your BrowserStack access credentials from [here](https://www.browserstack.com/accounts/settings)
131139

0 commit comments

Comments
 (0)