0
votes

I am using Maven+TestNG auto-tests run by Jenkins. How do i display the test statistics in the email notification Jenkins sends.

I would like something like this:

Results: Total Tests: 10, Passed: 8, Failed: 2, Skipped:0

1
Which mail plugin are you using? Have you tried: wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin ? - SiKing
am using email-ext+plugin - Ahmed Yaslem

1 Answers

0
votes

Resolved the issue by using using Email Extension Plugin and one of the email template. See attachment. enter image description here