0

I'm using TFS, MSBuild and MSTest for automated build and test solution. When some unit tests fail; build partially succeeds and I get email just giving the error information.

Is there any way that I can customize the e-mail content? I want the failed test names and fail reason listed in the mail. Even the test result file as an attachment(1 MB) would do.

Thanks

vb.s
  • 13
  • 5

1 Answers1

0

There is a Jenkins plugin called "Email-ext plugin" link maybe that could help you. However, (I assume) you might need some kind of your own custom template to do what you want.

Example

You can attach a HTML page to your email, likewise you can customize as you want:

stackoverflow question

Community
  • 1
  • 1
Anuja Lamahewa
  • 897
  • 1
  • 11
  • 23