diff --git a/deps/rabbitmq_management/selenium/README.md b/deps/rabbitmq_management/selenium/README.md index ff579be916..d64ba3c2d6 100644 --- a/deps/rabbitmq_management/selenium/README.md +++ b/deps/rabbitmq_management/selenium/README.md @@ -3,6 +3,11 @@ We are using Selenium webdriver to simulate running the management ui in a browser. And Mocha as the testing framework for Javascript. +To run the tests we need: +- make +- docker +- Ruby (needed to install `uaac` via `gem`) + # Run the tests To run the tests first we run the following command to launch Selenium for Chrome.