Explain what it is needed to run tests

This commit is contained in:
Marcial Rosales 2022-06-02 16:13:35 +02:00
parent dd7ee46e07
commit b555ef6d66
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
We are using Selenium webdriver to simulate running the management ui in a browser. We are using Selenium webdriver to simulate running the management ui in a browser.
And Mocha as the testing framework for Javascript. 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 # Run the tests
To run the tests first we run the following command to launch Selenium for Chrome. To run the tests first we run the following command to launch Selenium for Chrome.