-
Notifications
You must be signed in to change notification settings - Fork 102
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
junit output for out tests #703
Comments
I think @zmalik requested this feature as well |
thanks @alenkacz! yeah, that's right. This feature will be a lot of help running |
Aha, looks like Go test can output as json - we can collect that output, present it nicely to the user, and also generate junit reports from that. |
I've used https://github.com/jstemmer/go-junit-report for this purpose before. Worked great for reporting test results in a Jenkins pipeline. I'll take a look on how this can be integrated into |
To support something like kubectl kudo test 2>&1 | go-junit-report > report.xml should work right now. |
@nfnt nice! I am fine with that - if we adjust the circle CI to do that as well and collect the output, that is good enough solution for me. Thanks for investigating! I would actually love this feature so we can collect some stats around our builds |
What would you like to be added:
Lots of tools and CI tools are used to work with junit xml output. Would be cool if our tests could produce that as well.
Why is this needed:
The text was updated successfully, but these errors were encountered: