|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
My use of this plugin is parsing json from a Ruby on Rails project. So the end result will still be missing results from Scenario Outlines because of that old, persistent bug in Gherkin (#165 referenced earlier).
My primary language is Java. I've worked with other Jenkins plugins. I looked at this problem. My fix would require a lot of refactoring around the org.jenkinsci.plugins.cucumber.jsontestsupport.GherkinCallback class to incorporate the State Pattern and a logging framework.
I might be able to put together a pull request.