Display history of a single test result in Jenkins - additional plugin or config issue? Display history of a single test result in Jenkins - additional plugin or config issue? jenkins jenkins

Display history of a single test result in Jenkins - additional plugin or config issue?


Both the TestNG plugin and the JUnit plugin will actually display history of the test results.

You just need to pick a given result and then:

  • For JUnit click on "History" on the left side, and
  • For TestNG click you will see the history in the graph above the result. You can just click on the bars in the bars to see the older results, and also if you click closer to the edge, the scope of the test results will adjust


The Test Results Analyzer plugin does the job for me. There appears to be other suitable plugins out there as well.

https://wiki.jenkins-ci.org/display/JENKINS/Test+Results+Analyzer+Plugin