java - How to assign JUnit test resolution in Jenkins/Sonar? -
we team develop software written in java. use junit unit tests. find plugin jenkins/sonar monitor results of unit tests. aim know test broken , able assign resolution someone.
for exemple can sonar code review : http://www.sonarsource.org/wp-content/uploads/2011/10/creatingreview.png looking unit tests. can pay software/plugin.
thanks help
sylvain
in sonar, can activate rule "failed unit tests" (see on nemo): generate violation in sonar when there's test failure, , able assign violation somebody.
note advise activate rule "skipped uni tests" (see on nemo) make sure failing test not skipped make things green.
Comments
Post a Comment