1

我在尝试使用 Eclipse (Neon 3) 生成报告时遇到了一个意外问题。我正在使用 NoraUi V2.xx,它是 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文件。有没有人已经遇到过这个问题并且知道如何解决这个问题?

我附上的截图

截屏

非常感谢,

拉玛

4

1 回答 1

0

您必须按照此处所述在文件中启用 Cucumber 报告pom.xml

于 2017-10-31T12:41:55.540 回答