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

Tycho uses filename patterns to find test classes in project build
output folder. The default patterns include
**/Test*.class,**/*Test.class,**/*TestCase.class and exclude
**/Abstract*Test.class,**/Abstract*TestCase.class,**/*$*, but it is
possible to provide different set of include/exclude patterns.

--
Regards,
Igor

On 11-08-16 12:10 PM, Sven Efftinge wrote:
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.




Back to the top