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
I'd really love a command-line flag to the test-runner, analogous to -verbose, that allows me to generate TAP-output from running tests instead of a custom format. This would allow:
Integration of multiple external testing systems upon make test (JavaScript-side tests using Mocha or similar, command-line integration tests using BATS, etceteras.)
Integration of multiple internal testing systems' output (should I open an identical Issue on ppx_expect?)
Beautification of test-output without the writing and maintenance of a ton of colourization and such code in this library itself (TAP is designed to be piped into some really cool reporters, y'dig?)
The text was updated successfully, but these errors were encountered:
I'd really love a command-line flag to the test-runner, analogous to
-verbose
, that allows me to generate TAP-output from running tests instead of a custom format. This would allow:Integration of multiple external testing systems upon
make test
(JavaScript-side tests using Mocha or similar, command-line integration tests using BATS, etceteras.)Integration of multiple internal testing systems' output (should I open an identical Issue on ppx_expect?)
Integration with any higher-level TAP consumers
Beautification of test-output without the writing and maintenance of a ton of colourization and such code in this library itself (TAP is designed to be piped into some really cool reporters, y'dig?)
The text was updated successfully, but these errors were encountered: