Skip to content

Commit

Permalink
Merge 67a5ab8 into 7965b5a
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNocon committed Oct 5, 2018
2 parents 7965b5a + 67a5ab8 commit 8b3e4e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/docs/steps/seleniumExecuteTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ When executing in a
* local Docker environment, please make sure to set Selenium host to **`selenium`** in your tests.
* Kubernetes environment, plese make sure to set Seleniums host to **`localhost`** in your tests.

!!! note "Proxy Environments"
If work in an environment containing a proxy, please make sure that `localhost`/`selenium` is added to your proxy exclusion list, e.g. via environment variable `NO_PROXY` & `no_proxy`. You can pass those via parameters `dockerEnvVars` and `sidecarEnvVars` directly to the containers if required.

## Prerequisites

none
Expand Down

0 comments on commit 8b3e4e0

Please sign in to comment.