damianszczepanik / cucumber-sandwich

Create Pretty Cucumber Reports on the Fly locally during development
60 stars 31 forks source link

Unable to create pretty reports #71

Closed skAutomation12 closed 5 years ago

skAutomation12 commented 5 years ago

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",`
damianszczepanik commented 5 years ago

Error message says what's wrong with the input file