Skip to content

Commit a45683b

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Minor doc correction
(cherry picked from commit 94f7540)
1 parent 1ddc7bf commit a45683b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selenium/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## What is it?
44

55
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:
77

88
- generating the required RabbitMQ configuration
99
- deploying RabbitMQ with the generated configuration in 3 ways:
@@ -25,9 +25,9 @@ takes care of:
2525

2626
These are the three github workflows that run end-to-end tests:
2727
- [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.
2929
- [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.
3131
- [test-authnz.yaml](.github/workflows/test-authnz.yaml) Runs all the test suites
3232
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.
3333

0 commit comments

Comments
 (0)