From ca27f594ea3bc12c81a667ca019fb31a37ff7b60 Mon Sep 17 00:00:00 2001 From: Ali Ghassemi Date: Wed, 3 Dec 2014 19:46:02 -0800 Subject: [PATCH] Adding a tap-xunit to reporters. Just adding a TAP -> xUnit XML converter I wrote to the list of third-party reporters. --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index 8a65055e..fa554bcf 100644 --- a/readme.markdown +++ b/readme.markdown @@ -61,6 +61,7 @@ that will output something pretty if you pipe TAP into them: - https://www.npmjs.org/package/tap-pessimist - https://github.com/toolness/tap-prettify - https://github.com/shuhei/colortape + - https://github.com/aghassemi/tap-xunit To use them, try `node test/index.js | tap-spec` or pipe it into one of the modules of your choice!