captureOutput property

bool captureOutput
final

Whether every appended line is retained (in addition to the rows visible ones) so the complete output can be re-displayed, e.g. on failure.

Disabled by default to avoid unbounded memory use for very long-running processes; enable it when the full output may be needed.

Implementation

final bool captureOutput;