-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Perhaps I'm wrong here, but...
When I did my first build parsing the cucumber.js's json output, i received the following error:
{{ERROR: Step:
{Around } name: {null} received before previous step: {Around }name:
{null} handled! Maybe caused by broken JSON, see #JENKINS-21835}}
I tried to grep the plugin source for "around" and didn't find anything of note, though there are plenty of mentions of "before" and "after."
So, if this plugin doesn't recognize the "around" keyword, it would be nice if did much like "before" and "after"
- is related to
-
JENKINS-30704 update to gherkin3 for parsing the results
- Open