Open
Description
The NUnit XML that's created by Pester doesn't seem to contain any output logging from tests including information, warnings, or errors. This makes reviewing test runs difficult since while I can tell what passed and what didn't, there's zero fidelity regarding what actually happened when the test ran and that is important information.
I've used NUnit in the past to run unit tests and I know it can contain this information (obviously at the cost of much larger XML result outputs).
Is it possible for Pester to capture output to the host and attach it to the XML results that are created to provide more context about what's happening?