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: ios/README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@
5
5
* Update `*.conf.json` files inside the `src/test/resources/conf` directory with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
6
6
7
7
## Running your tests
8
+
9
+
- Upload your Native App (.ipa file) to BrowserStack servers using upload API:
10
+
11
+
```
12
+
curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
13
+
```
14
+
15
+
- Update the desired capability "app" with the App URL returned from the above API call
8
16
- To run a single test, run `mvn test -P single`
9
17
- To run parallel tests, run `mvn test -P parallel`
0 commit comments