当我在测试报告中使用选项格式时@CucumberOptions,它显示已弃用格式选项如何解决该问题.
@CucumberOptions
@CucumberOptions( monochrome = true, format = {"html:target/cucumber-html-report", "json:target/cucumber-json-report.json" })
java cucumber
cucumber ×1
java ×1