Hi,
I've introduced mutation testing (pit framework used) in my team. It works perfectly for unit tests.
We are mostly focused on writing microservices (REST API, JAX-RS) with a little logic inside, but we have a lot of integration tests (verification of headers, queryPrams, backing services cooperation, etc.). Is it possible to use pit framework to get mutation coverage in that case ?
Maybe it is worth to add that integration tests are run by failsafe maven plugin and jetty is started by cargo maven plugin.
How the pit runs mutated bytecode ? (does jetty need to be restarted every mutation is introduced?)
Best regards,
Paulina