Feature request: Configure JUnit per-run instead of per-repo #2542
tsheinen
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
https://nexte.st/docs/machine-readable/junit/ suggests writing a CI profile to enable JUnit in the per-repo configuration. I'm writing a template that should work generically across many rust repos. Currently, I'm telling consumers to just add this to their config. I would prefer to configure this in some method at the
cargo nextest run
call site so we can generate JUnit reports without modifying the underlying repo.Proposal
I'd like to allow configuring JUnit by environmental variables or command line switches with similar semantics to configuration options which can already be configured in multiple ways. I'm happy to write an MR to do this :)
Alternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions