【问题标题】:How to resolve the deprecation of format option in @CucumberOptions?如何解决@CucumberOptions 中格式选项的弃用问题?
【发布时间】:2015-06-30 12:16:58
【问题描述】:

当我在@CucumberOptions 中使用选项 format 进行测试报告时,它显示格式选项已被弃用,如何解决该问题。

@CucumberOptions( monochrome = true, format = {"html:target/cucumber-html-report", "json:target/cucumber-json-report.json" })

【问题讨论】:

    标签: java cucumber


    【解决方案1】:

    插件替换格式

    @CucumberOptions( monochrome = true,plugin = {"html:target/cucumber-html-report", "json:target/cucumber-json-report.json" })

    【讨论】:

      猜你喜欢
      • 2020-01-16
      • 1970-01-01
      • 2011-04-10
      • 2019-04-05
      • 2018-01-30
      • 1970-01-01
      • 1970-01-01
      • 2015-11-10
      • 1970-01-01
      相关资源
      最近更新 更多