Do you know how can we have more than one graph displaying JUnit tests results with Jenkins?
In the main view of the Jenkins job, I have one graph displaying all tests results (tests pass, fails, etc...). But this Jenkins job achieves tests of differents modules of a programm. Is it possible having one graph per module?
Maybe the solution is in format of the xml result file with JUnit syntax?
Many thanks