-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Originally reported by: David Szotten (BitBucket: davidszotten, GitHub: davidszotten)
6954363 changed junitxml to include captured output for passing and skipped tests in the output by default. this makes the xml unnecessarily large for our use cases
i think this behaviour should become opt-in (or at the very least add opt-out)
feature is easy to add, but my issue was with giving this a good option name. i was also slightly concerned with growing the already large list of options with parameters that only apply when already using --junitxml
are there any plans for grouping/namespacing options (so that a top level --help would be less verbose)
and setting aside the digression, any thoughts on making this opt-in (and if so, of a good option name. so far considered junitxml-verbose-output, junitxml-always-include-output; just using the --verbose flag (don't like that))
thanks