tape-testing / tape

tap-producing test harness for node and browsers
MIT License
5.77k stars 307 forks source link

Looking for a tap reporter #578

Closed avin-kavish closed 7 months ago

avin-kavish commented 2 years ago

I'm looking for a tap reporter that will give me output similar to ava. I.e. it concatanetes all the test names into one long string and displays either a green tick or cross next to it.

ljharb commented 2 years ago

Can you share a screenshot? I'm not sure what ava outputs.

avin-kavish commented 2 years ago

image

ljharb commented 2 years ago

and ava doesn't provide a standard pipeable tap reporter to produce this output?

ljharb commented 2 years ago

do any of https://github.com/sindresorhus/awesome-tap#javascript work?