utap icon indicating copy to clipboard operation
utap copied to clipboard

Micro TAP formatter

Results 2 utap issues
Sort by recently updated
recently updated
newest added

Hey, this is really useful and I'm enjoying using it. Would it be possible, however, to do a little formatting of the output when a test fails? The default TAP...

Hello! When tests fail they must return the 1 exit code. But when piped with utap, exit code is always 0. ![изображение](https://user-images.githubusercontent.com/10389013/215012004-4c11931e-7fd6-46f8-a5a4-931f97011eaa.png) I use Node test runner, which returns correct...