Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top