There are lots of open issues regarding TAP output:
Remaining todo's from #340 (comment)
Notes:
We should be using the TAP v14 draft specification.
Note that the spec does not address what properties should be included in the yaml blocks. In that case we should just emulate node-tap (see list item above for examples of properties we need to add).
There are lots of open issues regarding TAP output:
Remaining todo's from #340 (comment)
node-tap. Specifically, the yaml output for our errors. This should make the output from all the tap-mocha-reporters much nicer. For example, our errors currently haveexpectedandactualproperties, but the tap reporters prefer found and wanted. Also, we should usestack-utilsto attach theatproperty (file name and line number of failure).tap-emitterand integrate into AVA.Notes:
We should be using the TAP v14 draft specification.
Note that the spec does not address what properties should be included in the yaml blocks. In that case we should just emulate
node-tap(see list item above for examples of properties we need to add).