David West
David West

Reputation: 2328

Cucumber Reports Plugin for Jenkins: Not handling steps and tags properly

I have a Jenkins build that takes JSON output from a jruby/cucumber test and generates reports using the Cucumber Reports plugin. The plugin is only giving me sensible reports on a feature file basis: that is, it can tell me whether a feature file passed or not, but not any given step.

When I expect the steps, every step has this error message Result was missing for this step

I've heard about this happening with cucumber-jvm, but I am using jruby, which, as far as I know, has nothing to do with cucumber-jvm.

Any insight?

Upvotes: 1

Views: 2623

Answers (1)

rhy
rhy

Reputation: 116

This has been reported as fixed in cucumber/gherkin 2.0.0 beta. You can follow the thread here: github.com/cucumber/gherkin/issues/165

Upvotes: 2

Related Questions