Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sonar Pitest Plugin

I want to integrate some mutation testing to ensure the quality of my junit tests. I want to have the results in the sonar dashboard of my project.

The sonar pitest plugin seems to do what I want, but there are some issues with maven 3 and it is still under development.

Has anyone ever tried this plugin ? Are there others alternatives ?

like image 476
gontard Avatar asked Mar 08 '13 08:03

gontard


1 Answers

I am fairly sure there are no other mutation testing plugins for sonar.

I've not actually tried the pit sonar plugin myself, but I understand the issue with maven 3 can be worked around

see

https://groups.google.com/forum/?fromgroups=#!topic/pitusers/bkDD13iBtHU

The PIT maven plugin itself is quite mature and is being used successfully in production. If you encounter issues with the sonar plugin you could just publish the maven reports from your CI server.

Please do feedback any issues you hit - I'm sure Alexandre will be kean to fix them.

like image 126
henry Avatar answered Sep 23 '22 16:09

henry