archiva/archiva-modules/archiva-web/archiva-webapp-test
Brett Porter 8a0aa76e24 Merged /archiva/trunk:r882384-883981
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@883995 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 06:55:27 +00:00
..
src/test [MRM-747] Archiva should prevent re-deployment of released or non-snapshot versioned artifacts 2009-11-22 11:26:06 +00:00
ReadMe.txt store cargo installations outside target to avoid re-downloading 2009-11-10 10:26:23 +00:00
pom.xml Merged /archiva/trunk:r825850-882054 2009-11-19 06:20:43 +00:00

ReadMe.txt

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