Eclipse在报告生成中忽略了CucumberOptions

时间:2017-10-31 10:36:59

标签: java eclipse selenium cucumber noraui

我在尝试使用Eclipse(Neon 3)生成报告时遇到了意想不到的问题。我使用的是NoraUi V2.x.x,它是Selenium,Cucumber等的组合。

正如您在[我在下面的截图中看到的]中所见,我已将以下内容添加到我的班级中:

@CucumberOptions(monochrome = true, glue = { "noraui.application.steps", 
"noraui.browser.steps", "com.soprasteria.cdk.ACEWS.application.steps.ACEWS"}, 
plugin = { "html:target/reports/html", "junit:target/reports/junit/cucumber.xml", "json:target/reports/json/cucumber.json" },
    features = { "src/test/resources" })

但是,在执行结束时,Eclipse说:

[INFO] --- maven-antrun-plugin:1.7:run (copy-gherkin-formatter-file) @ ACEWS ---
[INFO] Executing tasks
copy:[copy] Copying 1 file to D:\Profiles\rdesplats\workspace\ACEWS\target\reports\html

但是没有生成json文件或xml文件。 有没有人已经面临这个问题,知道如何解决这个问题?

我附带的屏幕截图

Screen Shot

非常感谢,

拉​​马

1 个答案:

答案 0 :(得分:0)

您必须 pom.xml 文件as described here 启用黄瓜报告