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, no plans to support PDE .launch files. PDE uses drastically
different approach to target platform management and test configuration,
so supporting them in Tycho is not feasible. We may introduce
Tycho-specific launch configuration type(s) some time in the future, but
there are no specific plans to do this at the moment.

--
Regards,
Igor

On 11-08-19 3:36 PM, Dennis Hübner wrote:
Hi Igor,
Am 16.08.11 05:34, schrieb Igor Fedorenko:
No, it is not possible to use .launch files in Tycho.
are you plan to implement such a feature?
It's very handy to use the same test configuration in CI and local in IDE.

Regards,
Dennis.


--
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