Short answer, no, use junit formatter in addition to TAP. Long answer - TAP is just a reporter format when running tests. While the output is very readable, it looses out on a lot of details that other formatters provide (viz junit xml). The junit xml format allows encoding of test timings, standard out and error, error traces etc, and is almost universally supported by every test framework. Junit xml happens to be the format that GoCD works best with.
On Tue, Aug 9, 2016, 2:18 AM Arthur Burkart <[email protected]> wrote: > Does GoCD support TAP? > > -- > You received this message because you are subscribed to the Google Groups > "go-cd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
