This currently isn’t possible. There is a request for this feature here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380171 Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx
[mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Aleksandar Toshovski
<build> <plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>0.15</version>
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<product>org.eclipse.sdk.ide</product>
<application>org.eclipse.ui.ide.workbench</application>
</configuration>
</plugin>
</plugins>
</build> Regards |
↧
Re: [tycho-user] Is it possible to run every SWTBot test in a new eclipse instance using tycho-surefire-plugin?
↧