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
Copy file name to clipboardExpand all lines: selenium/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## What is it?
4
4
5
5
It is a solution that allows you to write end-to-end tests in Javascript. The solution
6
-
takes care of:
6
+
takes care of:
7
7
8
8
- generating the required RabbitMQ configuration
9
9
- deploying RabbitMQ with the generated configuration in 3 ways:
@@ -25,9 +25,9 @@ takes care of:
25
25
26
26
These are the three github workflows that run end-to-end tests:
27
27
-[test-management-ui.yaml](.github/workflows/test-management-ui.yaml) Runs all the test suites
28
-
listed on the file [short-suite-management-ui](selenium/short-suite-management-ui). It tests the management ui deployed a standalone RabbitMQ server. It is invoked on every push to a branch.
28
+
listed on the file [short-suite-management-ui](selenium/short-suite-management-ui). It tests the management ui deployed on a 3-node cluster. It is invoked on every push to a branch.
29
29
-[test-management-ui-for-prs.yaml](.github/workflows/test-management-ui.yaml) Runs all the test suites
30
-
listed on the file [full-suite-management-ui](selenium/full-suite-management-ui). It tests the management ui deployed on a 3-node cluster using a smaller test suite. It is invoked on every push to a PR.
30
+
listed on the file [full-suite-management-ui](selenium/full-suite-management-ui). It tests the management ui deployed on a single docker instance. It is invoked on every push to a PR.
31
31
-[test-authnz.yaml](.github/workflows/test-authnz.yaml) Runs all the test suites
32
32
listed on the file [full-suite-authnz-messaging](selenium/full-suite-authnz-messaging). It is invoked on every push to a PR and/or branch.
0 commit comments