Skip to content

Commit 81e925c

Browse files
author
Tejas Shah
committed
update urls in readme and pom.xml
1 parent 83650d1 commit 81e925c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Code samples to get started with Appium tests for your Native App using the JUni
1010
## Resources
1111
* [Android Get Started guide](https://www.browserstack.com/app-automate/get-started)
1212
* [Android sample code repo](https://github.com/browserstack/junit-appium-app-browserstack/tree/master/android)
13-
* [IOS Get Started guide](https://www.browserstack.com/app-automate/get-started)
13+
* [IOS Get Started guide](https://www.browserstack.com/app-automate/get-started-ios)
1414
* [IOS sample code repo](https://github.com/browserstack/junit-appium-app-browserstack/tree/master/ios)

android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>jar</packaging>
99

1010
<name>junit-browserstack</name>
11-
<url>https://www.github.com/browserstack/junit-browserstack</url>
11+
<url>https://www.github.com/browserstack/junit-appium-app-browserstack</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

ios/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
1111
```
1212

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.
1315
* Update the desired capability "app" with the App URL returned from the above API call
1416
* To run a single test, run `mvn test -P single`
1517
* To run parallel tests, run `mvn test -P parallel`
1618
* To run local tests, run `mvn test -P local`
1719

1820
## Notes
1921
* 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
2123
* You can export the environment variables for the Username and Access Key of your BrowserStack account.
2224

2325
```
@@ -26,4 +28,4 @@
2628
```
2729

2830
## 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

Comments
 (0)