-
Notifications
You must be signed in to change notification settings - Fork 12
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
Missing Timings/Step Entries #8
Comments
Feel free to PR, I'm unlikely to have time ti debug and fix an issue for you. |
My time's pretty short at the moment as well, but I did come across a workaround for the scenario outline missing steps. By using |
I didn't address this in the PR, and I think #9 is unrelated. When looking into it a while ago it seemed to be a feature of how Cucumber reports the steps. EDIT: |
Turns out there is a new formatter api that should be used instead. ( Cuke group thread on google groups: https://groups.google.com/forum/#!topic/cukes/HIGakoahWEA ) I'm ok with closing this issue as the solution involves updating to use the new api. |
thanks for looking in on that, I've added #11 |
There seem to be issues with backgrounds and scenario outlines.
Background steps seem to appear once (even if they would run more than once in a file - possibly skewing results)
Scenario outline steps do not seem to be picked up at all by the formatter.
Running cucumber 2.3.3
I setup a repo where this can be observed here: https://github.com/callahat/cuke_demo
in the
cucumber_statistics
branch. (https://github.com/callahat/cuke_demo/tree/cucumber_statistics)There is an example output file from the formatter that was generated with:
From the counts for the calculator steps, there should be twice as many from the scenario outlines.
The text was updated successfully, but these errors were encountered: