I am facing an unexpected issue while trying to generate reports with Eclipse (Neon 3). I am using NoraUi V2.x.x which is a combination of Selenium,Cucumber,etc.
As you can see in [my attached screenshot below], I have added the following to my class:
@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" })
However, at the end of my execution, Eclipse says:
[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
But there is no generation of the json file or xml file. Has anyone already faced this issue and knows how to resolve this ?
My attached screenshot
Many thanks,
Rama