Skip to content

Commit a5b8d19

Browse files
committed
Update selenium README
[skip ci]
1 parent ef8b4fc commit a5b8d19

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

selenium/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,20 @@ cd deps/rabbitmq_management/selenium
116116
RABBITMQ_DOCKER_IMAGE=bazel/packaging/docker-image:rabbitmq suites/authnz-mgt/oauth-with-uaa-with-mgt-prefix.sh
117117
```
118118

119+
To customise the Selenium docker image, use the env variable `SELENIUM_DOCKER_IMAGE`:
120+
121+
```
122+
cd deps/rabbitmq_management/selenium
123+
SELENIUM_DOCKER_IMAGE=tds-rabbitmq-docker-virtual.usw1.packages.broadcom.com/selenium/standalone-chromium:133.0 ./suites/authnz-mgt/basic-auth.sh
124+
```
125+
126+
To customise the temporary directory for test configuration and intermediate container configuration, use `CONF_DIR_PREFIX`. This
127+
variable defaults to `/tmp`.
128+
129+
```
130+
cd deps/rabbitmq_management/selenium
131+
CONF_DIR_PREFIX="$PWD/temp" ./suites/authnz-mgt/basic-auth.sh
132+
```
119133

120134
## Run tests interactively using your local chrome browser
121135

0 commit comments

Comments
 (0)