質問

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 ?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top