Closed mi-schi closed 2 months ago
please make a minimal repo that shows this on Github so we can test.
Okay I will create a sample project, till then
Here is the sample project: https://github.com/mi-schi/sample-test-xray Thank you for investigating :)
Ok, the JAR is not a bundle. This works ok for compiling but you can only resolve bundles. This JAR misses the manifest needed to grow up to a well functioning bundle ...
You need to wrap it to a bundle JAR or include it in one of your own JARs.
Hi,
Xray is a plugin for Jira to manage tests as tickets. To be able to see the test results in Jira I want to link these Jira tests with the OSGi tests.
First I add Xray in the pom.xml:
Then I add the xray annotation above the test:
Normally that's all. Source: https://docs.getxray.app/display/XRAY/Testing+web+applications+using+Selenium+and+Junit5+in+Java#tab-API
When I run the test, I get the error:
I don't understand the problem. I suspect that there is an annotation reader in bnd that cannot handle Xray annotation. Does anyone have any idea what's going on in the background?
Thanks, Michael