-
Notifications
You must be signed in to change notification settings - Fork 62
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
Custom error reporters #15
Comments
Ahh, I thought something had changed with the tests but couldn't put a finger on it 😅 Ok, so the customer error reporter hides console output for passing tests. This is because e.g. we have a lot of tests that test failing validation, and you've seen how much console output that generates. (So you can imagine how I didn't notice the missing test names after getting rid of thousands other lines 😅) Clearly an unintended consequence is that it's hiding the console output that lists the name of the test itself. I think the solution is actually to drop the custom reporter and look into a way to disable console output temporarily just for those specific tests. Will report back. |
@gadicc, yes I could see what you tried to do there. I agree that it's a good idea to drop the custom reporter for now and then solve that problem you presented without unexpected side effects 👍 |
Great, it's done! 🎉 |
@pudgereyem on #14:
The text was updated successfully, but these errors were encountered: