【发布时间】:2019-02-25 05:55:16
【问题描述】:
是否可以只在 cucumber-html-reports 中打印失败的场景,即如果我有 10 个场景其中 2 个失败了,那么我想要一份关于这 2 个失败场景的报告。
我必须在 pom.xml 中更改任何依赖项吗?
<dependency>
<groupId>net.masterthought</groupId>
<artifactId>cucumber-reporting</artifactId>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
【问题讨论】: