Is your feature request related to a problem? Please describe.
I produce fairly large test reports with a lot of content being sent to standard output. I only care about this content per test case. I do not want it being repeated at the testsuite level as my report file becomes twice as long for no real reason.
Describe the solution you'd like
I would like for two new options:
- StoreTestCaseConsoleOutput: true/false
- StoreTestSuiteConsoleOutput: true/false
We can retain StoreConsoleOutput option for compatibility. The value of that should be used and then overwritten if one of the two above specific ones are specified.