Skip to content
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

Feature Request: return nr of succesfull tests when running as cucumber target. #25

Open
svdberg opened this issue Mar 19, 2013 · 1 comment

Comments

@svdberg
Copy link

svdberg commented Mar 19, 2013

Not sure if cucumber allows this, but I'd like to see (for example as the last line of output):
run xx tests, xx successful, xx failed.
And I don't want to use the test target.

@dkowis
Copy link

dkowis commented Sep 13, 2013

That already happens as part of the normal Cucumber output:

[info] 6 Scenarios (6 passed)
[info] 29 Steps (29 passed)
[info] 0m1.302s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants