Install SBT and one of the drivers for Chrome or Firefox - chromedriver or geckodriver.
Copy the Tests/config/application.conf.example to Tests/config/application.conf and
configure the server.url to point to your local EQUELLA, for example:
server.url = "http://localhost:8080/"
For Chrome you must also edit webdriver.chrome.driver to point to the chromedriver binary.
sbt testYou can view the HTML report at Tests/target/testng/index.html