sputnik icon indicating copy to clipboard operation
sputnik copied to clipboard

Processor for PITest Mutation Test Analysis

Open mirkosertic opened this issue 8 years ago • 3 comments

PITest (http://pitest.org) is a great tool for Java test quality analysis. It would be great to have a processor for reading mutation tests results.

I'd like to implement this feature :-)

mirkosertic avatar Feb 01 '16 06:02 mirkosertic

Waiting for https://github.com/hcoles/pitest/issues/248 to be implemented.

mirkosertic avatar Feb 01 '16 13:02 mirkosertic

Any update on this? This is a feature me and my team would like to see as well, and may be able to devote time to. Have you made any progress on it?

christophercolumbusdog avatar Jan 31 '19 20:01 christophercolumbusdog

It all depends. If you are using Sonar, Jenkins and Gerrit only, you can use Sonar with installed PITest plugins, and use Jenkins for CI and as the last step in your pipeline just pubish Sonar reports to Gerrit using the Sonar Gerrit Plugin. This works pretty smooth for me.

mirkosertic avatar Feb 05 '19 11:02 mirkosertic