Control when and how test stdout/stderr is displayed, separately for passing and failing tests:
--failure-output=MODE — when to show output for failing tests
--success-output=MODE — when to show output for passing tests
Modes:
immediate — show as soon as test completes
final — show in the summary at the end
immediate-final — show both times
never — suppress entirely
This gives more control than the current --show-output flag which is all-or-nothing.
See: https://nexte.st/docs/running/#reporter-options
Control when and how test stdout/stderr is displayed, separately for passing and failing tests:
--failure-output=MODE— when to show output for failing tests--success-output=MODE— when to show output for passing testsModes:
immediate— show as soon as test completesfinal— show in the summary at the endimmediate-final— show both timesnever— suppress entirelyThis gives more control than the current
--show-outputflag which is all-or-nothing.See: https://nexte.st/docs/running/#reporter-options