at the time of writing I prefer tap-min
- summary for passed tests
- detailed failed test assertions
- console log statements still make it to the output to help identify the issue
lets take a look at possible alternatives and a quick comparison
test code
tape reporter
faucet reporter
- compacts successful scenarious and comes with colors
- hides console log statements
tap-spec reporter
- mocha like output
- summary contains failed tests
tap-dot reporter
- very compact
- hides console log statements
tap-min reporter
- minimalistic output
- returns full details for failed tests
tap-bail reporter
- stops after first failed test
tap-pessimist reporter
- super minimalist output of just the failed test names