From 4ac29e50156b074c17dc0fb18b76b9908f9aad8a Mon Sep 17 00:00:00 2001 From: Rishav Kumar Date: Tue, 7 Jan 2020 13:00:08 +0530 Subject: [PATCH 1/2] updated api with api-cloud --- android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/README.md b/android/README.md index eec07ff..4500924 100644 --- a/android/README.md +++ b/android/README.md @@ -7,7 +7,7 @@ * Upload your Native App (.apk file) to BrowserStack servers using upload API: ``` - curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.apk" + curl -u "username:accesskey" -X POST "https://api-cloud.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.apk" ``` * 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) From 4b81fc21346fe395f49718f4ed11d21b814a9eb6 Mon Sep 17 00:00:00 2001 From: Rishav Kumar Date: Tue, 7 Jan 2020 13:13:23 +0530 Subject: [PATCH 2/2] readme fix --- android/README.md | 2 +- ios/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/README.md b/android/README.md index 4500924..7f3eb70 100644 --- a/android/README.md +++ b/android/README.md @@ -19,7 +19,7 @@ to the BrowserStack servers using the above API. * To run local tests, run `bundle exec rake local` ## Notes -* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/app-automate) +* You can view your test results on the [BrowserStack App Automate dashboard](https://www.browserstack.com/app-automate) * Refer [Get Started](https://www.browserstack.com/app-automate/appium-cucumber) document to configure the capabilities * You can export the environment variables for the Username and Access Key of your BrowserStack account. diff --git a/ios/README.md b/ios/README.md index 945d32a..99d9419 100644 --- a/ios/README.md +++ b/ios/README.md @@ -7,7 +7,7 @@ * Upload your Native App (.ipa file) to BrowserStack servers using upload API: ``` - curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa" + curl -u "username:accesskey" -X POST "https://api-cloud.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa" ``` * 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. * To run local tests, run `bundle exec rake local` ## Notes -* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/app-automate) +* You can view your test results on the [BrowserStack App Automate dashboard](https://www.browserstack.com/app-automate) * Refer [Get Started](https://www.browserstack.com/app-automate/appium-cucumber) document to configure the capabilities * You can export the environment variables for the Username and Access Key of your BrowserStack account.