Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display the Test Result trend in Jenkins?

I use the option "Publish xUnit test result report" and it loads my *.xml.

I thought that would be enough to display the Test Result trend (the graphics) but it doesn't.

Am I missing something?

like image 932
Cher Avatar asked Jun 09 '15 21:06

Cher


People also ask

Does Jenkins provide test report?

Jenkins understands the JUnit test report XML format (which is also used by TestNG). When this option is configured, Jenkins can provide useful information about test results, such as trends. The plugin also provides a generic API for other unit-test publisher plugins in Jenkins.


1 Answers

For the test trend results to appear at least 2 builds must run first

like image 199
davidrv87 Avatar answered Sep 27 '22 23:09

davidrv87