You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,4 +126,10 @@ make se-docker-up # starts the docker containers set by containers/compose.yaml
125
126
make se-docker-run-tests #Running tests for Firefox, Chrome and Edge browsers from docker containers
126
127
127
128
make se-docker-down # terminates the docker containers set by containers/compose.yaml file
128
-
```
129
+
```
130
+
131
+
### Custom environment variables
132
+
133
+
The following environment variables are used to and often necessary, depending on what and how the tests should be executed:
134
+
-`SELENIUM_HOST`: Used to set WHERE to point out the WebDriver's API requests to, when using the `--use-browser` is set to **remote**; (introduced)
135
+
-`SELENIUM_BROWSER`: This one refers to what type of browser will be used on the remote test execution. Important to use on GitHub's action workflow (introduced by [#2](https://github.com/thiagojacinto/selenium-with-python-getstarted/issues/2))
0 commit comments