You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -316,6 +361,18 @@ The test results output will be indented appropriately, like so:
316
361
<imgsrc="https://i.imgur.com/bfHl4tO.png"alt="grouped and indented test results" />
317
362
</p>
318
363
364
+
## TAP output
365
+
366
+
If you need your test results printed in [TAP](https://testanything.org/tap-version-13-specification.html) format, then use `--format=tap` or `tea.reportFormat = 'tap'`.
367
+
368
+
The TAP format is machine-readable, and you can pipe the results to other programs, to process or prettify it.
369
+
370
+
Here are some TAP prettifiers that work OK with the TAP output of `tea`:
371
+
372
+
-[tap-difflet])(https://github.com/namuol/tap-difflet) - prettifier for TAP formatted test results, works with `tea`
373
+
-[tap-diff])(https://github.com/axross/tap-diff) - prettifier for TAP formatted test results, works with `tea`
374
+
-[tap-nyan])(https://github.com/calvinmetcalf/tap-nyan) - prettifier for TAP formatted test results, works with `tea`
0 commit comments