net.masterthought.cucumber.ValidationException: File 'target/cucumber-reports/cucumber.json' is not proper Cucumber report! at net.masterthought.cucumber.ReportParser.parseForFeature(ReportParser.java:99) at net.masterthought.cucumber.ReportParser.parseJsonFiles(ReportParser.java:71) at net.masterthought.cucumber.ReportBuilder.generateReports(ReportBuilder.java:88)
I am currently using 4.7.0
4.3.1
Below is the plugin setup in runner class
` plugin = {"json:target/cucumber-reports/cucumber.json",
"pretty",
"html:target/cucumber-reports/cucumber-pretty.html",`
I am currently using4.7.0