Not sure if this is what you are looking for, but I use TestNG (similar to JUnit) with Java. It generates an HTML representation of the test report that I publish as a Test artifact. I then publish it as a tab in the job. Here is a partial screen grab:
[image: Inline image 1] There may be a better way, but this is what I'm doing. -Jeff On Wed, Nov 1, 2017 at 12:18 PM, Christian Kolb <[email protected]> wrote: > Hello dear community! > > is there any way (probably through a Plugin) to visualize results of Java > Unit tests and showing the code coverage in GoCD? > For Jenkins for example there are some plugins which show you the results > in nice graphs for each run/build and the overall results from the past > runs. > This one for example: https://wiki.jenkins.io/display/JENKINS/JUnit+Plugin > > Does anything comparable exist for GoCD? If not, any third-party tool that > can help me out? > > Thanks in advance! :-) > > -- > You received this message because you are subscribed to the Google Groups > "go-cd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
