archiva/archiva-modules/archiva-web/archiva-webapp-test
Brett Porter 76fa406159 add a note about popup blockers
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918759 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03 23:10:29 +00:00
..
src/test [MRM-1323] run tests with applet disabled to avoid warnings popping up 2010-03-03 22:42:46 +00:00
ReadMe.txt add a note about popup blockers 2010-03-03 23:10:29 +00:00
pom.xml merge -r909353:909402 from MRM-1025 branch, fixes for Selenium tests 2010-02-12 13:47:29 +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

Internet Explorer and Safari users must disable their popup blockers.

Run Selenium tests in src/test/it with Maven and JUnit
  - mvn clean install -f junit-pom.xml