2009-04-29 17:21:40 -04:00
|
|
|
ReadMe
|
|
|
|
----------
|
|
|
|
Run selenium tests in src/test/testng with Maven and TestNG
|
2009-05-01 20:11:22 -04:00
|
|
|
- mvn clean install -f testng-pom.xml
|
|
|
|
|
|
|
|
Run Selenium tests in src/test/testng against an existing Archiva instance
|
2009-04-29 17:21:40 -04:00
|
|
|
- Start Archiva
|
|
|
|
- Configure admin user for archiva (match values in src/test/resources/testng.properties )
|
|
|
|
- modify src/test/resources/testng.properties as needed
|
2009-05-01 20:11:22 -04:00
|
|
|
- mvn clean install -f testng-pom.xml -Dcontainer-existing
|
2009-04-29 17:21:40 -04:00
|
|
|
|
|
|
|
For the default values in the scripts, to pass all the tests, you need to add an artifact in internal repository.
|