xUnit v3 vs xUnit v2 - behaviour differences for logs output #3267
-
I use xUnit with TestContainers to write integration tests for my apps. For spawning web app I use customized WebApplicationFactory. Edit: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
By default, neither v2 nor v3 capture console output, so the default behavior should be the same in both cases. I can't speak to the behavior of |
Beta Was this translation helpful? Give feedback.
By default, neither v2 nor v3 capture console output, so the default behavior should be the same in both cases.
I can't speak to the behavior of
ILogger
orWebApplicationFactory
since that is not code that we wrote or control.