Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 641 Bytes

EQUELLA Selenium Tests

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.

Running all tests

sbt test

You can view the HTML report at Tests/target/testng/index.html