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
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