mercredi 17 janvier 2018

Get jacoco report from running acceptance test on real application

I'm new to sonar and jacoco and I wasn't able to find an ansewer to following question

We are going to use sonar and jacoco to analyze our test coverage.

We are going to have three kind of test: unit test, integration test (use spring boot test) and acceptance test that we will run on real application instance. We want to merge test results. To generating jacoco files for unit and integration tests is not a problem as they have access to source code. And we can merge this reports in sonar.

My question is it possible to generate jacoco file for acceptance test which interacts with real application? And maybe you will have a link to how to do it?

My best idea for now is to run acceptance tests twice on both real application and embedded one, and get report from embedded. But maybe there is better solution. Thanks,

Aucun commentaire:

Enregistrer un commentaire