We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo test -- --logfile
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
It would be useful if cargo test -- --logfile would write a file in a format supported by CI systems.
Based on AppVeyor and VSTS, it looks like junit or xunit3 could be good choices.
junit
xunit3
The text was updated successfully, but these errors were encountered:
Thanks for the report! I think this has to do with libtest moreso than Cargo though in the rust-lang/rust repo, so want to move the issue over there?
Sorry, something went wrong.
Done. rust-lang/rust#51924
It looks like json output is already available in nightly builds which might be helpful in the interim: rust-lang/rust#46450
Ok! I'm gonna close this in favor of that issue
--logfile
--format
No branches or pull requests
It would be useful if
cargo test -- --logfile
would write a file in a format supported by CI systems.Based on AppVeyor and VSTS, it looks like
junit
orxunit3
could be good choices.The text was updated successfully, but these errors were encountered: