Headless Test with Maven/Tycho [message #1738840] |
Mon, 25 July 2016 07:47  |
Eclipse User |
|
|
|
Hi,
I am trying to run SWTBot tests on my RCP application in Headless mode. I have put below configuration in pom.xml of my Tests plugin. Are there any other configuration changes I need to make to get it working.
How can I verify on the command prompt if these tests are executed or not in headless mode. I don't see any tests related logs when I run maven build. Any help is appreciated.
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>0.24.0</version>
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<product>com.foo.bar.plugin.product</product>
<application>com.foo.bar.plugin.application</application>
</configuration>
</plugin>
</plugins>
</build>
Thanks.
Vivek
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.10751 seconds