You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2006/12/27 05:37:06 UTC

svn commit: r490439 - in /maven/continuum/trunk/continuum-webapp-test: Readme.txt pom.xml

Author: brett
Date: Tue Dec 26 20:37:05 2006
New Revision: 490439

URL: http://svn.apache.org/viewvc?view=rev&rev=490439
Log:
make it possible to run the tests from the IDE

Modified:
    maven/continuum/trunk/continuum-webapp-test/Readme.txt
    maven/continuum/trunk/continuum-webapp-test/pom.xml

Modified: maven/continuum/trunk/continuum-webapp-test/Readme.txt
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp-test/Readme.txt?view=diff&rev=490439&r1=490438&r2=490439
==============================================================================
--- maven/continuum/trunk/continuum-webapp-test/Readme.txt (original)
+++ maven/continuum/trunk/continuum-webapp-test/Readme.txt Tue Dec 26 20:37:05 2006
@@ -15,3 +15,10 @@
 
 WARNING: If you specify your own custom browser, it's up to you to configure it correctly. At a minimum, you'll need to configure your browser to use the Selenium Server as a proxy, and disable all browser-specific prompting.
 http://release.openqa.org/selenium-remote-control/nightly/doc/java/com/thoughtworks/selenium/DefaultSelenium.html#DefaultSelenium(java.lang.String,%20int,%20java.lang.String,%20java.lang.String)
+
+If you'd like to run the tests from your IDE, you can start the container from Maven using:
+
+    mvn selenium:start-server cargo:start
+
+The server will run until you press Ctrl-C, and you can run the tests from the IDE.
+

Modified: maven/continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp-test/pom.xml?view=diff&rev=490439&r1=490438&r2=490439
==============================================================================
--- maven/continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp-test/pom.xml Tue Dec 26 20:37:05 2006
@@ -433,6 +433,9 @@
             <goals>
               <goal>start</goal>
             </goals>
+            <configuration>
+              <wait>false</wait>
+            </configuration>
           </execution>
           <execution>
             <id>stop-container</id>
@@ -443,7 +446,6 @@
           </execution>
         </executions>
         <configuration>
-          <wait>false</wait>
           <container>
             <containerId>${container.name}</containerId>
             <zipUrlInstaller>