如何使用JBehave正确获取报表?
我正在使用 JBehave 来运行场景,我从 WebSite ,它正在正确执行并在 trarget/jbehave 文件夹中生成报告。 但结果每次都显示为零。 (我采取了他在网站上给出的相同示例)
我需要配置其他吗?
I am using JBehave to run Scenarios, i have taken an example from WebSite , it is executing properly and generating reports in trarget/jbehave folder.
but the result is showing every time as zero.
(i have taken same example he given in the website)
i need to configure any other?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我发现代码中少了一种格式类型STATS
我们可以使用不同的格式,如 HTML、XML、CONSOLE、IDE_CONSOLE 等。
必须需要 STATS 才能获取报告的统计信息。
这将为报告生成统计数据。
At the end, I found that I am missing one of the format type STATS in the code
We can use different Format's like HTML, XML, CONSOLE, IDE_CONSOLE etc..
STATS must be needed to get the Statistics for the Reports.
that will generate Statistics for the Reports.