File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,20 @@ cd deps/rabbitmq_management/selenium
116116RABBITMQ_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
You can’t perform that action at this time.
0 commit comments