tycho-surefire-plugin Questions
1
Solved
I have several OSGi bundles that are built in Eclipse using normal manifest-managed dependencies and external builds with Maven Tycho.
Running the bundles inside of Eclipse on Equinox works fine. ...
Apennines asked 27/11, 2014 at 15:3
1
Solved
I haven't done a lot with Maven, but I understand the basics. We're using Tycho to build RCP plugins and I'm wondering why Tycho uses the integration-test phase to execute the tests in a bundle.
...
Estelleesten asked 25/2, 2015 at 14:43
1
Solved
We are writing SWTBot tests for our Eclipse RCP application. Our RCP application includes NatTable components and has authorization mechanism to enable/disable perspectives. The test suite is worki...
Copperas asked 7/8, 2014 at 19:4
1
How can I run a single plug-in test method in Maven using tycho-surefire-plugin?
I tried the -Dtest option with #, but it doesn't work:
mvn clean install -Dtest=MyUITest#testDummy
Is there som...
Hanny asked 19/9, 2013 at 7:32
1
Solved
This is my current test fragment:
<packaging>eclipse-test-plugin</packaging>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>co...
Johnnajohnnie asked 8/8, 2013 at 9:47
2
Solved
When using Tycho to build a project, the test cases are run in a new process using the equinox launcher to run -application org.eclipse.tycho.surefire.osgibooter.headlesstest.
How can I debug the ...
Spectator asked 15/3, 2012 at 12:56
1
© 2022 - 2024 — McMap. All rights reserved.