Author: prabhat.jha(a)jboss.com
Date: 2008-04-11 16:29:52 -0400 (Fri, 11 Apr 2008)
New Revision: 10539
Modified:
modules/test/trunk/remote/pom.xml
Log:
enable selenium tests and reporting for remote module
Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml 2008-04-11 19:48:28 UTC (rev 10538)
+++ modules/test/trunk/remote/pom.xml 2008-04-11 20:29:52 UTC (rev 10539)
@@ -100,8 +100,8 @@
</dependency>
</dependencies>
- <!-- DeActivating Selenium integration test until proper browser environment is
setup on hudson. otherwise the test suite fails -->
- <!--
+ <!-- To deactivate Selenium integration test, please comment out the build node
-->
+
<build>
<plugins>
<plugin>
@@ -190,11 +190,21 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ <includes>
+ <include>**/*Test*.java</include>
+ </includes>
+ </configuration>
+ </plugin>
</plugins>
</build>
- -->
+
<properties>
</properties>
</project>
Show replies by date