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

Added # of tests executed to the final results #2

Open
ryanzec opened this issue Aug 13, 2013 · 1 comment
Open

Added # of tests executed to the final results #2

ryanzec opened this issue Aug 13, 2013 · 1 comment
Assignees
Milestone

Comments

@ryanzec
Copy link

ryanzec commented Aug 13, 2013

Right now the final output of the console runner is something like this:

10/10 assertions passed. Elapsed Time: 14.96 sec

Just for statistics purposes, it would be nice to also include the number of tests, something like this:

10/10 assertions | 4/4 tests passed. Elapsed Time: 14.96 sec

@ghost ghost assigned asciidisco Aug 14, 2013
@asciidisco
Copy link
Member

Could be valuable in some situations. I believe that it should be enabled depending on the logLevel given (to make it configurable & disable it by default), else the output of the console reporter could be a bit noisy.

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

No branches or pull requests

2 participants