Skip to content

Commit

Permalink
Document SAUCE_API_HOST from saucelabs-connector (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
trodrigues committed Feb 14, 2020
1 parent 7d5df98 commit 58a117d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -49,6 +49,8 @@ Use the following environment variables to set additional configuration options:

- `SAUCE_SCREEN_RESOLUTION` - allows setting the screen resolution for desktop browsers in the `${width}x${height}` format, has no effect when specified for a mobile browser. See [Specifying the Screen Resolution](https://wiki.saucelabs.com/display/DOCS/Test+Configuration+Options#TestConfigurationOptions-SpecifyingtheScreenResolution) for additional information.

- `SAUCE_API_HOST` - if your SauceLabs account is registered in an EU country, you need to specify an EU-based data center, for instance, `eu-central-1.saucelabs.com`.

Example:
```sh
export SAUCE_SCREEN_RESOLUTION="1920x1080"
Expand Down

0 comments on commit 58a117d

Please sign in to comment.