我找到了解决方案,
@ Cucumber.Options批注中,除了设置报告输出格式和位置外,还允许设置功能文件的位置。
@Cucumber.Options( format = { "pretty", "html:target/cucumber-html-report", "json-pretty:target/cucumber- report.json" }, features="features/")
我找到了解决方案,
@ Cucumber.Options批注中,除了设置报告输出格式和位置外,还允许设置功能文件的位置。
@Cucumber.Options( format = { "pretty", "html:target/cucumber-html-report", "json-pretty:target/cucumber- report.json" }, features="features/")