문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top