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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Ensure that @ symbol is prepended to the file path in the above request. Please
47
47
48
48
**2. Configure and run your first test**
49
49
50
-
Open `BrowserStackAndroid.java` file in the `android` directory or`BrowserStackiOS.java` in the`ios` directory :
50
+
Open `BrowserStackSample.java` file in the `android` directory or `ios` directory :
51
51
52
52
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials
53
53
@@ -93,15 +93,15 @@ Ensure that @ symbol is prepended to the file path in the above request. Please
93
93
94
94
**2. Configure and run your local test**
95
95
96
-
Open `BrowserStackAndroidLocal.java` file in the `android` directory or `BrowserStackiOSLocal.java` in the `ios` directory :
96
+
Open `BrowserStackSampleLocal.java` file in the `android` or `ios` directory :
97
97
98
98
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials
99
99
100
100
- Replace `bs://<app-id>` with the URL obtained from app upload step
101
101
102
102
- Set the device and OS version
103
103
104
-
- Ensure that `browserstack.local` capability is set to `true`. Within the test script, there is code snippet that automatically establishes Local Testing connection to BrowserStack servers using Java binding for BrowserStack Local.
104
+
- Ensure that `browserstack.local` capability is set to `true`. Within the test script, there is code snippet that automatically establishes Local Testing connection to BrowserStack servers using Java binding for BrowserStack Local.
105
105
106
106
- If you have uploaded your own app update the test case
0 commit comments