For UQAM-DEV Environment: For UQAM-DEV Environment: https://wiki.uqam.ca/display/VIVOPUB/4%29+vivo-regression-test%3A+a+Test+Bench+Tool++for+the+Continuous+Evaluation+of+VIVO%27s+Development
- rename
example.settings.xml
tosettings.xml
and Update thesettings.xml
based on the usernames/passwords for your local VIVO installations and the appropriate Selenium driver for your platform. - in
./src/main/resources
renameexample.runtime.properties
toruntime.properties
andexample.log4j.properties
tolog4j.properties
- The list of tests is available under: ./src/main/resources/testsuites/
- Make sure that the password for
http://localhost:8080/vivo_orig is
correctly assigned. The first call to this instance requires the passwordrootPasswd
. It is not necessary to do this procedure forhttp://localhost:8080/vivo_i18n
.
mvn clean install -s settings.xml
mvn -s settings.xml clean test -Dxml.file=EmailAddress-testSuite.xml -DskipTests.value=false
mvn -s settings.xml clean test -Dxml.file=fr_CA/EmailAddress-testSuite.xml -DskipTests.value=false