archiva/archiva-modules/archiva-web/archiva-webapp-test
Marecor M. Baclay 7b15e3da49 [MRM-1226] Selenium tests for Repositories and Network Proxies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798789 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 06:22:40 +00:00
..
src/test [MRM-1226] Selenium tests for Repositories and Network Proxies 2009-07-29 06:22:40 +00:00
ReadMe.txt [MRM-1164] Make TestNG the primary set of tests. 2009-05-14 14:24:45 +00:00
junit-pom.xml [MRM-1164] Make TestNG the primary set of tests. 2009-05-14 14:24:45 +00:00
pom.xml [MRM-1164] Fix the Selenium tests 2009-07-29 04:34:07 +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

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