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: README.md
+1-33Lines changed: 1 addition & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -54,23 +54,7 @@ To install the dependencies, run the following command in project's base directo
54
54
55
55
Getting Started with Appium tests in Python on BrowserStack couldn't be easier!
56
56
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 :**
74
58
75
59
Open `Android` or `iOS` folder :
76
60
@@ -84,22 +68,6 @@ Open `Android` or `iOS` folder :
84
68
85
69
### **Use Local testing for apps that access resources hosted in development or testing environments :**
86
70
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
-
103
71
Open `Android` or `iOS` folder :
104
72
105
73
- Ensure that `browserstackLocal` capability is set to `true`in the `browserstack.yml` file
0 commit comments