-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Prettier reporter #321
Prettier reporter #321
Conversation
One thing I noticed in this image. At last, it says that "1 checks failed" but I think that should be just "check" when failed or pass count is 1. Also, we might need to test the reporter/cli for cases where we have long files names as mentioned in a PR #293 We just need to check the file names are not overlapping with size result ( Otherwise, the new reporter is looking great 👍 |
Fixed!
already taken care of 😄 |
Awesome 😃 |
Rewrote the reporter to make the results easily readable (and pretty - heavily inspired by ava)
Before:
After:
TODO: