We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f3e75 commit 276b938Copy full SHA for 276b938
1 file changed
README.md
@@ -1,6 +1,14 @@
1
# Run tests in parallel to test API limits
2
This repo is to run multiple tests in parallel across different devices using Dynamic device allocation
3
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
+
12
## Setup
13
* Clone the repo
14
* Install dependencies `mvn clean install`
0 commit comments