Now silently is working as advertised and hijacking IO but unfortunately this means that I lose my test results in the console unless a test fails. So I get an output saying "All 34 tests passed" but only 12 individual test results are shown. The ones that run before the above test. So is there a way to uncapture so I can still get my results to console.....
I am testing exception handling so running my test in IO and using capture grab the output so I can run assertions against the log.
Now silently is working as advertised and hijacking IO but unfortunately this means that I lose my test results in the console unless a test fails. So I get an output saying "All 34 tests passed" but only 12 individual test results are shown. The ones that run before the above test. So is there a way to uncapture so I can still get my results to console.....