We just started unit testing at work using Mocha and Karma. We have less than 100 tests, and having to sift through all the passed tests to find the failed ones is already cumbersome. I can't imagine what it'll be like when we have thousands of tests. Is there a way to make it so the passed tests don't show up?
Asked
Active
Viewed 135 times
2

Mark Amery
- 143,130
- 81
- 406
- 459

UhHuhOkSure
- 147
- 7
-
How are you running the tests? – dm03514 Jul 10 '17 at 16:32
-
Sorry, included it in the tags but not the actual post. I just updated the post We're using Mocha and Karma. – UhHuhOkSure Jul 10 '17 at 17:26