标签: automated-tests bdd jbehave allure
https://github.com/SergTanchenko/allure
但是在报告中只显示了以“@Step”注释的步骤。有没有办法在.story文件中显示给定时间的步骤?就像它们在thucydides报告中显示一样:
http://www.thucydides.info/img/result-summary1.png
答案 0 :(得分:0)
您可以同时使用注释(Jbehave annocations和Allure annotation)。使用Jbehave注释处理测试运行并使用诱惑生成报告。仍然无法使用附件,因此您必须自定义StoryReporter以单独包含屏幕截图。