-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displaying step timing using "cucumber -f usage" fails #185
Comments
Hi,
Cucumber output:
And it the same no meter if I run cucumber from the same windows or separate. |
Ok I've reproduced your problem after upgrading to cucumber 3.x. I'm not sure how to fix this issue, but for time being you can work-around it by downgrading your cucumber to 2.x |
Ah, thanks. I've downgraded to Cucumber 2.0.0 and that works. Note that I'm experiencing similar issues with versions higher than Cucumber 2.1.0. For completeness, here are the versions that work for me with "cucumber -f usage": |
As of cucumber/cucumber-ruby-wire#14 this should be fixed. |
Summary
Displaying step timing using "cucumber -f usage" fails with error. Running regular "cucumber" succeeds.
Expected Behavior
Running "cucumber -f usage" on step definitions written using cucumber-ruby backend succeeds and shows the timing information (at the beginning of each step).
Current Behavior
This is the output with error that I see:
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: