简体   繁体   中英

Publish HTML Test Report through email in Jenkins?

I am using Jenkins and Ant. I am running Selenium and JUnit tests in Jenkins. I am able to generate HTML reports and emails to developers. I would like to publish the Jenkins unit test graph and HTML results in the email. So the graph should be included in the actual email, not just as a link.

I have tried Jelly HTML script in publishing the test results in the email. It is quite basic and does not really provide enough information.

Any ideas on how to nicely report unit test graph and pass/failures in email?

You can sum up some key points from Jenkins report in plain text (like passed : 25, failed : 3, etc). Could be a workaround until you'll find a true solution..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM