diff options
author | Brett Porter <brett@apache.org> | 2010-03-03 21:51:41 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-03-03 21:51:41 +0000 |
commit | 1dc20b01acd2de1461535070e2a883cb7d76b33d (patch) | |
tree | 9a846c8711e302d9d2eaa05af03ac370742e7a2b /archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt | |
parent | 09f8d89c57e49a7ab6a11d03ab379d2d2eeaa16c (diff) | |
download | archiva-1dc20b01acd2de1461535070e2a883cb7d76b33d.tar.gz archiva-1dc20b01acd2de1461535070e2a883cb7d76b33d.zip |
update readme
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt b/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt index a1d2d6396..2a835e123 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt +++ b/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt @@ -13,7 +13,10 @@ 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. +The scripts cannot be run totally unattended. The following will fail if the dialog box that appears +when the applet is run is not approved: + testFindArtifactNullValues(org.apache.archiva.web.test.FindArtifactTest) + testFindArtifactUsingChecksum(org.apache.archiva.web.test.FindArtifactTest) Run Selenium tests in src/test/it with Maven and JUnit - mvn clean install -f junit-pom.xml |