1

Eclipse (Neon 3) でレポートを生成しようとすると、予期しない問題が発生します。Selenium、Cucumberなどを組み合わせたNoraUi V2.xxを使用しています。

[下に添付したスクリーンショット] でわかるように、クラスに以下を追加しました。

@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