Interleave standard out/err as part of test reports

In the gradle test html reports that are produced, there are tabs for the tests, failed tests, standard out and standard err. It would be helpful to be able to see the standard out/err with the test that it ran with. I have 30 tests in one class and they log things out, and now the standard out just munges them all together. I would like an easy way to see a test with its associated output.