With Cucumber v6 the html formatter was improved somewhat. It now outputs a single page html report. You can open it by adding the .html
extension.
@CucumberOptions(plugin = "html:target/cucumber-report.html")
CLICK HERE to find out more related problems solutions.