-
Bug
-
Resolution: Fixed
-
Critical
-
Cucumber - JAVA - Maven, Jenkins
I am not getting the latest test results in Cucumber-jvm reports. Previous execution results was shown.
Cucumber-jvm reports version: 2.6.3
Below is my Cucumber runner file,
@RunWith(Cucumber.class)
@CucumberOptions(
features="classpath:",
glue=
,
// plugin =
,
plugin =
,
tags=
)
public class Runnertest
{
}
Attachment containing the actual json file created.
But you could see two feature files are executed, though i have configured only one feature in above.