tap-json
tap-json copied to clipboard
JSON TAP output formatter.
AVA **--tap** option is not having assertions for operators, it produces most of the time **name**, **message**, and **at** The input was this: ``` TAP version 13 # suite ›...
Hey, I wonder if it's possible to add the stack field for the json object, that would be helpful for debugging.
@gummesson I am confused about the purpose of this package. Maybe in the readme can you add some details about what this package does and who its intended audience is?
when I use `ava --tab`, the assert detail as follow ``` --- operator: === expected: 0 actual: 202 at: Test. (spec/my-code.js:34:5) ... ``` but, the tap-json just record as ```...