We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dd282 commit a028db8Copy full SHA for a028db8
selenium/README.md
@@ -168,6 +168,12 @@ suites/authnz-mgt/oauth-with-uaa.sh test happy-login.js
168
been implemented yet.
169
170
171
+If your test requires two RabbitMQ servers, typically required when testing WSR or shovels or federation,
172
+you can run the second server, a.k.a. `downstream`, as follows:
173
+```
174
+suites/<yoursuite>.sh start-other-rabbitmq
175
176
+
177
## Test case configuration
178
179
RabbitMQ and other components such as UAA, or Keycloak, require configuration files which varies
0 commit comments