Goal: Collect the codecoverage for selenium webdriver functional tests.
Myself configured jacoco-0.7.4.201502262128.zip with tomee-plus 1.72.
Data file is not growing when i stopped the service. Let me am i missing anything here.
1. Copied jacocoagent.jar file to tomee/lib folder
2. Started with following javaoptions
-javaagent:<path>\jacocoagent.jar=destfile=<path>\jacocoST.exec,append=false
3. run some selenium webdriver test cases or manual tests.
4. Stopping the service.
Still my jacocoST.exec file says 0KB. Can someone confirm am i missing anything here?
Regards,
Mahesh K
did you get splution of this problem ? i am also facing same issue ...