Not able to create html reports in Cucumber | Selenium Forum
M
Posted on 08/08/2016
@RunWith(Cucumber.class)
@Cucumber.Options(format={"html:output"})
public class HolyITPeople {
}

Not able to create cucumber html report. I am getting eclipse compilation error. Please refer attached screenshot and suggest me how to fix this issue.

Thanks,
Sumanta

M
Replied on 08/08/2016

syntax has been changed
[code:6o43xg1z]@RunWith(Cucumber.class)
@CucumberOptions(
features = "Feature"
,glue={"stepDefinition"}
)[/code:6o43xg1z]

http://toolsqa.com/cucumber/cucumber-options/