3

I can publish and look at Selenium (junit) Test Reports in Jenkins. I can also send email notification to developers. I want to include Selenium Test Report with email notification, how can I do that?

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
user1340582
  • 19,151
  • 35
  • 115
  • 171

1 Answers1

2

You can install the plugin Editable Email Notification for Jenkins.

In the Default Content text field (which you will be able to find when trying to configure a Jenkins job under Editable Email Notification) put ${JELLY_SCRIPT,template="text"} there is also an HTML template which you can use.

Amey
  • 8,470
  • 9
  • 44
  • 63