Skip to content

Commit

Permalink
updated README for binaries usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkurGel committed Sep 26, 2016
1 parent d3cc18f commit 45f3b62
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@
> Set of utilities to measure performance of selenium tests.
### Select best hub for [BrowserStack Automate](https://browserstack.com/automate)
Install the [latest release](https://github.com/AnkurGel/selenium-hub-utilities/releases).
#### For Mac
```
BROWSERSTACK_USERNAME=your_user_name BROWSERSTACK_ACCESS_KEY=your_access_key ./selenium-hub-utilities-mac
```
#### For Linux
```
BROWSERSTACK_USERNAME=your_user_name BROWSERSTACK_ACCESS_KEY=your_access_key ./selenium-hub-utilities-linux-x86
```
#### For Windows
```
set BROWSERSTACK_USERNAME=your_user_name && set BROWSERSTACK_ACCESS_KEY=your_access_key && .\selenium-hub-utilities-win32.exe
```
#### From git project
```
BROWSERSTACK_USERNAME=your_user_name BROWSERSTACK_ACCESS_KEY=your_access_key node index.js
```
### Results

> Running test with http://hub-us.browserstack.com. Please wait...
> Time taken by http://hub-us.browserstack.com - 5948 ms
Expand Down Expand Up @@ -35,3 +50,4 @@ BROWSERSTACK_USERNAME=your_user_name BROWSERSTACK_ACCESS_KEY=your_access_key nod
* us_east
* us_west
* eu_west

0 comments on commit 45f3b62

Please sign in to comment.