Replies: 1 comment 6 replies
-
If you want Tycho to do anything you have to use eclipse-test-plugin packaging type and not eclipse-plugin. That would allow for tycho-surefire-plugin to be auto invoked. You're configuring maven-surefire-plugin which has nothing to do with Tycho. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have configured unit tests within the plugin in analogy to the example project , but for Junit 5, as below:
I have taken great care to ensure that the version of the engine I am referencing matches the version provided by the Eclipse container. The test execution fails with the version error below. However, neither the target platform nor the Eclipse Junit container contain 4:10.
When I remove the engine selection, a version 4.7 is automatically found. It finds no tests, as they are JUnit 5, but it also does not produce the error.
I am almost certain that this is a configuration problem. So before I try to hunt a bug by distilling a minimal test, I would like to ask here if anyone has seen this before.
Beta Was this translation helpful? Give feedback.
All reactions