liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
475 stars 65 forks source link

Add --no-errors-summary option #30

Closed perk11 closed 9 years ago

perk11 commented 9 years ago

Use case for this is as follows: We have a lot of functional tests that even with fastest run about ~10 minutes on our CI system. Sometimes developers will look at the log right away to see if the tests are passing and they should fix something, but sometimes they will only look when the build is already over. Using this option among with -vv would help us to both see failures in realtime and do not display errors twice in a final log.

liuggio commented 9 years ago

Thanks a lot for the PR I've merged :+1: