For me, it would be useful to have the junit output format in particular for tooling. Both junit & tap are argument-less and use the same macro signature, so it's possible that this is all that needs supporting. If you need something else, you can always wrap the underlying format with your own macro which does conform.
For me, it would be useful to have the junit output format in particular for tooling. Both junit & tap are argument-less and use the same macro signature, so it's possible that this is all that needs supporting. If you need something else, you can always wrap the underlying format with your own macro which does conform.