jacoco-remote-integration-test-coverage
jacoco-remote-integration-test-coverage copied to clipboard
How to attach Junit listener to get coverage per test for tests running in different JVM
I am collecting jacoco coverage report for system test from different jvm (My test case runs in Tomcat clustered environment).
I am not clear on how to attach a JUnit listener to get Coverage per test.
(I do generate jacoco report using argline property added to fail-safe plugin(primarily because my test cases run in different JVM)