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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -