-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Output in watch mode should be less verbose #670
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
Comments
@novemberborn Any reason we can't just overwrite the output like we do in the mini-reporter? |
👍
👎 It is good to know it is still doing something (a simple spinner isn't reassuring enough). Also, you can technically also use this with the verbose reporter (
👍 for doing that with the mini reporter. Verbose should just be an endless scroll. We should also include some indicator that another test run has occurred. For small test suites it's already so fast that if you blink you might miss it (and you can't tell one
|
Timestamp would indeed be good for both default and verbose mode. |
👍 to overwrite the output, and the timestamp. @ben-eb thanks for using watch mode! |
Description
I like the watch mode so far, but I think its verbosity could be reduced. Using the default reporter, the output is this:
A good solution to this would be to print less empty lines; but my ideal solution would be that these messages should not show at all. Instead, it would be really great if it showed simply a wait cursor, and only printed a message when a test fails.
Environment
The text was updated successfully, but these errors were encountered: