singram/cucumber_characteristics

No handling of ambiguous step failures

singram opened this issue · 1 comments

Exporting fails if there are ambiguous step failures....

for Instance

Given I request x with y

Will match both

\I request (.)
\I request (.
) with (.*)\

This yields a step with status failed but a step match class of NoStepMatch

Fixed in 0.0.2