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

Is it possible to specify folders where to look up test cases?
Anything other than maintaining test suites would be fine :-)

Sven

On Aug 16, 2011, at 5:34 AM, Igor Fedorenko wrote:

> 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.
>> 
>> 
>> 
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top