Skip to content

Commit f3b6fd8

Browse files
agarneha1331francisf
authored andcommitted
Readme update
1 parent dee7171 commit f3b6fd8

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,7 @@ To install the dependencies, run the following command in project's base directo
5454
5555
Getting Started with Appium tests in Python on BrowserStack couldn't be easier!
5656

57-
### Run your first test :
58-
59-
**1. Upload your Android or iOS App**
60-
61-
Upload your Android app (.apk or .aab file) or iOS app (.ipa file) to BrowserStack servers using our REST API. Here is an example cURL request :
62-
63-
```
64-
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
65-
-X POST "https://api-cloud.browserstack.com/app-automate/upload" \
66-
-F "file=@/path/to/apk/file"
67-
```
68-
69-
Ensure that @ symbol is prepended to the file path in the above request. Please note the `app_url` value returned in the API response. We will use this to set the application under test while configuring the test later on.
70-
71-
**Note**: If you do not have an .apk or .ipa file and are looking to simply try App Automate, you can download and test using our [sample Android app](https://www.browserstack.com/app-automate/sample-apps/android/WikipediaSample.apk) or [sample iOS app](https://www.browserstack.com/app-automate/sample-apps/ios/BStackSampleApp.ipa).
72-
73-
**2. Configure and run your first test**
57+
### **Run your first test :**
7458

7559
Open `Android` or `iOS` folder :
7660

@@ -84,22 +68,6 @@ Open `Android` or `iOS` folder :
8468

8569
### **Use Local testing for apps that access resources hosted in development or testing environments :**
8670

87-
**1. Upload your Android or iOS App**
88-
89-
Upload your Android app (.apk or .aab file) or iOS app (.ipa file) that access resources hosted on your internal or test environments to BrowserStack servers using our REST API. Here is an example cURL request :
90-
91-
```
92-
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
93-
-X POST "https://api-cloud.browserstack.com/app-automate/upload" \
94-
-F "file=@/path/to/apk/file"
95-
```
96-
97-
Ensure that @ symbol is prepended to the file path in the above request. Please note the `app_url` value returned in the API response. We will use this to set the application under test while configuring the test later on.
98-
99-
**Note**: If you do not have an .apk or .ipa file and are looking to simply try App Automate, you can download and test using our [sample Android Local app](https://www.browserstack.com/app-automate/sample-apps/android/LocalSample.apk) or [sample iOS Local app](https://www.browserstack.com/app-automate/sample-apps/ios/LocalSample.ipa).
100-
101-
**2. Configure and run your local test**
102-
10371
Open `Android` or `iOS` folder :
10472

10573
- Ensure that `browserstackLocal` capability is set to `true` in the `browserstack.yml` file

0 commit comments

Comments
 (0)