Author: dgolovin
Date: 2012-04-06 16:28:00 -0400 (Fri, 06 Apr 2012)
New Revision: 40096
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
trunk/forge/tests/org.jboss.tools.forge.ui.bot.test/pom.xml
Log:
If you need bot tests to be executed add
-Dswtbot.test.skip=false
in hudson configuration. ui bot tests are extreamly slow comparing to regular JUnit tests,
that's why there is a key to control their inclusion in tests
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml 2012-04-06 19:51:26 UTC (rev
40095)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml 2012-04-06 20:28:00 UTC (rev
40096)
@@ -25,7 +25,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<useUIThread>false</useUIThread>
- <!-- <skip>${swtbot.test.skip}</skip> -->
+ <skip>${swtbot.test.skip}</skip>
<testSuite>org.jboss.tools.esb.ui.bot.test</testSuite>
<testClass>org.jboss.tools.esb.ui.bot.tests.ESBAllBotTests</testClass>
</configuration>
Modified: trunk/forge/tests/org.jboss.tools.forge.ui.bot.test/pom.xml
===================================================================
--- trunk/forge/tests/org.jboss.tools.forge.ui.bot.test/pom.xml 2012-04-06 19:51:26 UTC
(rev 40095)
+++ trunk/forge/tests/org.jboss.tools.forge.ui.bot.test/pom.xml 2012-04-06 20:28:00 UTC
(rev 40096)
@@ -19,6 +19,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<useUIThread>false</useUIThread>
+ <skip>${swtbot.test.skip}</skip>
<testSuite>org.jboss.tools.forge.ui.bot.test</testSuite>
<testClass>org.jboss.tools.forge.ui.bot.test.suite.ForgeAllTest</testClass>
</configuration>
Show replies by date