Hudson TestNg-plugin do not send test report mail

442 Views Asked by At

I am running TestNg testcases through ant file which is called by hudson. I am using testng-plugin for hudson, which is getting the test-result.xml file. But it do not mail the report. I am able to see the following message in dashboard:

Looking for TestNG results report in workspace using pattern: \scripts\ant\automation\reports\testng-results.xml Saving reports... Processing 'C:\Users\admin.hudson\jobs\Jing_MongoDB\builds\2013-08-28_09-35-40\testng\testng-results.xml' TestNG Reports Processing: FINISH

Is it that this plugin do not send report,or am I need to configure something else.

1

There are 1 best solutions below

0
On

The TestNG plugin doesn't send an email report of the test results, it just displays them in the build page.

If you want to include the test results in email, take a look at the email-ext plugin.