<html>
<body>
<p>Pls refer the below results-</p>
<a href="${BUILD_URL}/cucumber-html-reports/overview-features.html">${BUILD_URL}/cucumber-html-reports/overview-features.html</a>
<p>Note: Copy and paste the above link in chrome or Firefox. The report won't work in IE.</p>
</body>
</html>
${FILE,path="target/CucumberSummaryReport.html"}
${FILE,path="target/ext-cucumber-results/cucumber-results-feature-overview.html"}
1条答案
按热度按时间5anewei61#
我用了加长 cucumber 来达到这个效果-
下面是扩展的cubper代码,并在库中创建此类-
以下是将用于启动mvn命令的runner类代码,它将基于以@SUMMARY-开头的cubble标记捕获摘要
现在,在Jenkins配置中,将以下内容添加到可编辑电子邮件配置加载项的内容部分-