Hi, I have storm topologies , this will start like "./bin/storm jar application.jar <args>". My QA team testing this application with restAPI calls, it does not have any unit test cases for this testing. Once Application starts it should generate how much code covered with history data and after closing this application this should generate report coverage. I saw JaCoCo will work in the same way, but it purely works with java interpreter , but my application works with ./storm interpreter . Is there any tool or solution for the same.
Any suggestion are highly appreciate.
Thanks
Soma Sekhar