dkornishev / dherkin

Cucumber gherkin runtime for dart
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

Success tally for the runner, and dumbed-down README. #7

Closed Goutte closed 10 years ago

Goutte commented 10 years ago

Since you fixed All of the Bugs™ :kissing_heart: and that now everything is running smoothly, I implemented the next crucial feature for a feature runner : a tally.

I needed this, as when I ran the features the output was longer than the cache of my cli.

I threw in some additional explanations in the README, to make it more sexy for newcomers.


BTW, how can we disable the DEBUG logger ?

Goutte commented 10 years ago

Note that this flock of commits could be squashed, and that Backgrounds are not included in the tally. Maybe they should ?

dkornishev commented 10 years ago

I don't know. Backgrounds failing should be a pretty big deal. Probably doesn't hurt any to include it in the tally though, especially if they do fail.