test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

TAP parser?

Open scotttrinh opened this issue 2 years ago • 2 comments

Now that Node.js is adding a native test runner that uses TAP (Test Anything Protocol), seems like it would be good to add a TAP parser which would probably unlock many new languages such as C, C++, C#, Rust, SQL, Go, etc. Any interest or current work on this?

scotttrinh avatar Jun 16 '22 00:06 scotttrinh

We convert our output to JUnit from TAP so this would be welcome

JoelClemence avatar Jun 23 '22 08:06 JoelClemence

We convert our output to JUnit from TAP so this would be welcome

@JoelClemence , may I ask what tool you use to convert TAP to JUnit? (disclaimer: I am the author of tap2junit, and am curious to learn which tool you use; are there better tools than my own, which I could learn from?)

bleargh45 avatar Apr 04 '24 21:04 bleargh45