Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Use eclipse .launch configuration to run UI tests

No, it is not possible to use .launch files in Tycho.

--
Regards,
Igor

On 11-08-15 6:48 PM, Dennis Hübner wrote:
Hello all,
is it possible to use eclipse junit run configuration files (.launch)
to configure tycho-surefire-plugin?
Something like:

<plugin>
     <groupId>org.eclipse.tycho</groupId>
     <artifactId>tycho-surefire-plugin</artifactId>
     <version>${tycho-version}</version>
     <configuration>
         <launchFile>org.eclipse.xtext.ui.tests.launch</launchFile>
     </configuration>
</plugin>

Best regards,
Dennis Hübner.





Back to the top