With stderr and stdout being captured in the JunitXML output files, these files can get large and difficult to read. While this is super-useful in automated CI environments, it may be unwieldy in development workflows.
Add an option to split stderr and stdout into separate files per command under test.
With stderr and stdout being captured in the JunitXML output files, these files can get large and difficult to read. While this is super-useful in automated CI environments, it may be unwieldy in development workflows.
Add an option to split stderr and stdout into separate files per command under test.