有什么方法可以在 Excel 中获取空手道报告或在空手道中我们可以在 excel 中转换黄瓜 html 报告吗?
我试过下面的代码:
@RunWith(Cucumber.class)
@CucumberOptions(插件 = {"info.cukes.formatter.xls.XLSOutputFormatter"})
但是缺少对此的依赖。下面是我尝试使用的依赖项。
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-jvm-xls</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>