Skip to content

cbeach47/equella-autotests

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.9%
  • HTML 11.8%
  • XSLT 9.0%
  • JavaScript 3.4%
  • CSS 1.0%
  • Scala 0.6%
  • Other 0.3%