Skip to main content

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

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.



-- 
Dennis Hübner

Softwareentwickler

Mobil:   0151 173 96 707

http://www.itemis.de/

itemis AG
Am Germaniahafen 1
24143 Kiel

Rechtlicher Hinweis:
Amtsgericht Dortmund, HRB 20621
Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
Aufsichtsrat: Prof. Dr. Burkhard Igel (Vors.), Stephan Grollmann,
Michael Neuhaus


Back to the top