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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,16 @@
10
10
curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
11
11
```
12
12
13
+
* If you do not have an .ipa file and looking to simply try App Automate, [you can download our sample app and upload](https://www.browserstack.com/app-automate/sample-apps/ios/WordPressSample.ipa)
14
+
to the BrowserStack servers using the above API.
13
15
* Update the desired capability "app" with the App URL returned from the above API call
14
16
* To run a single test, run `mvn test -P single`
15
17
* To run parallel tests, run `mvn test -P parallel`
16
18
* To run local tests, run `mvn test -P local`
17
19
18
20
## Notes
19
21
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/automate)
20
-
* Refer [Get Started](https://www.browserstack.com/app-automate/get-started#getting-started) document to configure the capabilities
22
+
* Refer [Get Started](https://www.browserstack.com/app-automate/get-started#getting-started-ios) document to configure the capabilities
21
23
* You can export the environment variables for the Username and Access Key of your BrowserStack account.
22
24
23
25
```
@@ -26,4 +28,4 @@
26
28
```
27
29
28
30
## Addtional Resources
29
-
*[Getting Started with App Automate](https://www.browserstack.com/app-automate/get-started)
31
+
*[Getting Started with App Automate](https://www.browserstack.com/app-automate/get-started-ios)
0 commit comments