Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TAP output support #14

Open
ELLIOTTCABLE opened this issue Jun 24, 2018 · 1 comment
Open

TAP output support #14

ELLIOTTCABLE opened this issue Jun 24, 2018 · 1 comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.

Comments

@ELLIOTTCABLE
Copy link

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:

  1. Integration of multiple external testing systems upon make test (JavaScript-side tests using Mocha or similar, command-line integration tests using BATS, etceteras.)

  2. Integration of multiple internal testing systems' output (should I open an identical Issue on ppx_expect?)

  3. Integration with any higher-level TAP consumers

  4. 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?)

    clip

@ghost
Copy link

ghost commented Jun 25, 2018

This would require some cooperation from the build system as well, so dune is probably the right place to open a master ticket to track these ideas

@github-iron github-iron added the forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system. label Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.
Projects
None yet
Development

No branches or pull requests

2 participants