-
Hi @bitcoder , I have my tests for regression in different classes and they all link to different Test issue key. Example: However, my Junit Test execution which Xray uses is still one. However, It does not seem to pull the tests from the SecondTest.class. It completely ignores it. Jenkins import stage: Please advice. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
I think this may be related with #47 ... I'll need to check when I have some time |
Beta Was this translation helpful? Give feedback.
-
Please see my answer on #47 . I think using a recent version of surefire will solve your issue |
Beta Was this translation helpful? Give feedback.
-
Will try it and keep you posted. 👍🏻 |
Beta Was this translation helpful? Give feedback.
-
Hi @bitcoder , I updated the maven surefire plugin to the latest version(3.2.5). The test execution report which is used for Xray Imports is no longer being generated. I added the plugin for xray-maven-plugin under the build section as well still no luck. xray-junit-extensions.properties file: Could you please check again. |
Beta Was this translation helpful? Give feedback.
-
I wrote a completely simple Junit5 test with latest dependency and it works perfectly fine. So the reason it does not work in my project is probably because of dependency conflicts from the libraries I use. |
Beta Was this translation helpful? Give feedback.
After fixing the dependency conflicts now they work as expected. Thank you so much.