Skip to content

Commit 276b938

Browse files
update the ReadMe with app upload api
1 parent f2f3e75 commit 276b938

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Run tests in parallel to test API limits
22
This repo is to run multiple tests in parallel across different devices using Dynamic device allocation
33

4+
## Pre-Requisites
5+
* Upload the app to BrowserStack and get the `bs:<url>` using the upload API in the below link
6+
```sh
7+
curl -u "BROWSERSTACK_USERNAME:BROWSERSTACK_ACCESS_KEY" \
8+
-X POST "https://api-cloud.browserstack.com/app-automate/upload" \
9+
-F "file=@/path/to/app/file/application-debug.apk"
10+
```
11+
412
## Setup
513
* Clone the repo
614
* Install dependencies `mvn clean install`

0 commit comments

Comments
 (0)