我不知道为什么我得到重复的报告结果。某些功能通过测试,但相同功能显示失败场景。任何帮助将不胜感激我的插件
@CucumberOptions(
plugin = {"pretty",
"html:target/cucumber-report.html",
//"junit:target/cucumber-reports/report.xml",
"json:target/cucumber-reports/report.json",
"com.aventstack.extentreports.cucumber.adapter.ExtentCucumberAdapter:"
字符串
的数据
1条答案
按热度按时间k4emjkb11#
看起来你正在合并多个.json cucumber文件用于报告-你所能做的就是选择你想要合并报告的方式,它将完成。
x1c 0d1x的数据