-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Have a mode to print out a line for each test that's run #4
Comments
I support this -- but it might be good to have it toggeable via an option to make grepping the output results still possible |
I might not be talking about the same thing, but if I am I think this is a great idea. Printing out each test run (or at least having a verbose option) might make the use of the word "test" a bit clearer. For example:
While there are 2 test files, some (including myself) might think of each
|
Along these lines, it would also be nice to know how many I can think of a couple of cases where you'd want to know it was there, like if you temporarily disabled a failing test but forgot to reenable it later. Adding to @whymarrh's example:
Someone else could surely come up with a better way to display this information, but that should illustrate the point. This might need a new issue. |
Coming from the Angular world this was a bit confusing to begin with. I also would like test to mean how many it() calls even if this isn't on by default. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
👍 |
This was fixed by the |
@jaredly is right, I think we can close this issue |
Not sure this was addressed. If I use verbose on some slow integration tests... it waits till all tests are run in that one file before it outputs the results. Is there a way to see each test as it passes in the suite/file? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
More fun that way (instead of just the filename).
The text was updated successfully, but these errors were encountered: