From b555ef6d664c6f315ba3a21d33ce1dc699922bd6 Mon Sep 17 00:00:00 2001 From: Marcial Rosales Date: Thu, 2 Jun 2022 16:13:35 +0200 Subject: [PATCH] Explain what it is needed to run tests --- deps/rabbitmq_management/selenium/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.