I am using jacoco maven plugin to generate a code coverage reports. I am looking for a solution, in most of the blogs both unit and integration testcases are located in same application. I would like to have my unit testcases in one application and QE test scripts in different application and finally I have to merge my code coverage reports from unit testing and integration testing reports
Example:
- Project A --> Contains application source code and unit tescases.
- Project B --> Contains only integration testscripts.