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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can install the plugin
Editable Email Notificationfor 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.