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

svn commit: r772344 - /continuum/trunk/continuum-webapp-test/pom.xml

Author: wsmoak
Date: Wed May  6 16:13:27 2009
New Revision: 772344

URL: http://svn.apache.org/viewvc?rev=772344&view=rev
Log:
[CONTINUUM-2073] Start xvfb to run the Selenium tests headless on vmbuild

Modified:
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=772344&r1=772343&r2=772344&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Wed May  6 16:13:27 2009
@@ -346,6 +346,26 @@
         <browser>*custom ${browserPath}</browser>
       </properties>
     </profile>
+    <profile>
+      <id>headless</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>selenium-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>xvfb</id>
+                <phase>validate</phase>
+                <goals>
+                  <goal>xvfb</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
   <properties>
     <cargo.installs.directory>${basedir}/installs</cargo.installs.directory>