Skip to content

Commit 631d58b

Browse files
authored
Merge pull request #7 from rishav-csenitjsr/patch-1
updated api with api-cloud
2 parents 1760374 + 4b81fc2 commit 631d58b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Upload your Native App (.apk file) to BrowserStack servers using upload API:
88

99
```
10-
curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.apk"
10+
curl -u "username:accesskey" -X POST "https://api-cloud.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.apk"
1111
```
1212

1313
* If you do not have an .apk file and looking to simply try App Automate, [you can download our sample app and upload](https://www.browserstack.com/app-automate/sample-apps/android/WikipediaSample.apk)
@@ -19,7 +19,7 @@ to the BrowserStack servers using the above API.
1919
* To run local tests, run `bundle exec rake local`
2020

2121
## Notes
22-
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/app-automate)
22+
* You can view your test results on the [BrowserStack App Automate dashboard](https://www.browserstack.com/app-automate)
2323
* Refer [Get Started](https://www.browserstack.com/app-automate/appium-cucumber) document to configure the capabilities
2424
* You can export the environment variables for the Username and Access Key of your BrowserStack account.
2525

ios/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Upload your Native App (.ipa file) to BrowserStack servers using upload API:
88

99
```
10-
curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
10+
curl -u "username:accesskey" -X POST "https://api-cloud.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
1111
```
1212

1313
* 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/BStackSampleApp.ipa)
@@ -19,7 +19,7 @@ to the BrowserStack servers using the above API.
1919
* To run local tests, run `bundle exec rake local`
2020

2121
## Notes
22-
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/app-automate)
22+
* You can view your test results on the [BrowserStack App Automate dashboard](https://www.browserstack.com/app-automate)
2323
* Refer [Get Started](https://www.browserstack.com/app-automate/appium-cucumber) document to configure the capabilities
2424
* You can export the environment variables for the Username and Access Key of your BrowserStack account.
2525

0 commit comments

Comments
 (0)