- Background : We have an eclipse RCP application with a set of plugin projects & each with a test fragment.
Been looking into an issue where couple of test cases are failing on the build system(via Jenkins build) but passing locally when run as JUNIT5 tests!
The test case failure is locally replicable when I run maven build on the test plugin.
- Issue: I want to remotely debug the test cases via maven build for which I followed a few online links & SO threads: Debugging Junit tests from Maven project in Eclipse https://doc.nuxeo.com/corg/how-to-debug-a-test-run-with-maven/
The solution given there doesn't work for me as the build is not suspending.
Any leads or help in this would be life saving folks!
Debugging Junit tests from Maven project in Eclipse https://doc.nuxeo.com/corg/how-to-debug-a-test-run-with-maven/