Explain what it is needed to run tests
This commit is contained in:
parent
dd7ee46e07
commit
b555ef6d66
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue