mirror of
https://github.com/apache/archiva.git
synced 2025-02-19 08:29:01 +00:00
Submitted by: Adelita L. Padilla (applied with modifications to test) Merged /archiva/trunk:r909454-909456 git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@909461 13f79535-47bb-0310-9956-ffa450edef68
ReadMe ---------- Run selenium tests in src/test/testng with Maven and TestNG - mvn clean install Run Selenium tests in src/test/testng against an existing Archiva instance - Start Archiva - Configure admin user for archiva (match values in src/test/resources/testng.properties ) - modify src/test/resources/testng.properties as needed - mvn clean install -Dcontainer-existing The Cargo installations are stored outside of target to avoid multiple downloads. To remove the Cargo installations and re-download them next run, use: - mvn -Pclean-cargo clean For the default values in the scripts, to pass all the tests, you need to add an artifact in internal repository. Run Selenium tests in src/test/it with Maven and JUnit - mvn clean install -f junit-pom.xml