Hi all,
I’m using an integration test using the bnd-testing-maven-plugin , with Maven.
it works fine and I can run the integration test under eclipse by right clicking on the itest.bndrun file, then → Run As/Debug As → Bnd OSGi Test Launcher (Junit)
But it does not work when right clicking on the class itself, then → Run As/Debug As → Bnd OSGi Test Launcher (Junit), and the test is not executed.
I have created a sample project where I have the problem, could someone have a look ? maybe I misconfigured the pom.xml or the itest.bundrun file ?
The sample project is here:
it seems that the problem I’m having is the same from this issue, except that I don’t have any exceptions: Unable to Run As OSGi JUnit Test when using Maven · Issue #2792 · bndtools/bnd · GitHub
thanks in advance;
kind regards
/pierre