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 064af4f commit 59d4b17Copy full SHA for 59d4b17
1 file changed
README.md
@@ -1 +1,19 @@
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-Requisite
5
6
+## Setup
7
+* Clone the repo
8
+* Install dependencies `mvn clean install`
9
+* You can setup environment variables for all sample repos (see Notes) or update `browserstak.yml`
10
+* You can export the environment variables for the Username and Access Key of your BrowserStack account
11
+```sh
12
+export BROWSERSTACK_USERNAME=<browserstack-username> &&
13
+export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
14
+```
15
+* Update the app id in the browserstack.yml file
16
17
+app: bs://<url>
18
19
+* To run the test, execute command `mvn clean test`
0 commit comments