Skip to content

Commit 59d4b17

Browse files
update the readme file
1 parent 064af4f commit 59d4b17

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# 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

Comments
 (0)