I have tests that tests code that prints log messages to STDERR.
STDERR is the standard way of outputting log messages on unix operating systems.
I'm wondering why includeConsoleOutput doesn't affect STDERR.
Can we get an option to also include STDERR? Maybe something like includeConsoleError?
I'd prefer that it also captured process.stderr.write, but could settle for console.error.