Closed kingsleyh closed 12 years ago
The commit above didn't reproduce what you claim. Also - this issue is reported in the wrong project (the correct project is cucumber/cucumber-jvm). Closing this.
Create a new ticket in cucumber/cucumber-jvm if you can prove that results are missing.
ok - noted - will create a failing test as proof in the relevant project On 15 Jun 2012, at 13:45, Aslak Hellesøy wrote:
The commit above didn't reproduce what you claim. Also - this issue is reported in the wrong project (the correct project is cucumber/cucumber-jvm). Closing this.
Create a new ticket in cucumber/cucumber-jvm if you can prove that results are missing.
Reply to this email directly or view it on GitHub: https://github.com/cucumber/cucumber/issues/290#issuecomment-6355589
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
The Json report that cucumber-jvm produces is missing the result section for each step - this has started with the lastest version of cucumber-jvm (1.0.9)
{"keyword":"When ","name":"I perform an Advanced Search","line":31,"match":{"location":"features/step_definitions/manheim/powersearch/advanced_search_steps.rb:25"},"result":{"status":"passed"}}
{"keyword":"And ","name":"I perform an Advanced Search","line":37}
We use the json report to generate reports for the cucumber-jenkins plugin - so currently none of the steps have any pass or fail status in the report causing us reporting issues