Get Test Error details while gradle still runs

I’m running gradle enterprise. During my long integrationTest tasks, I have sometime errors in some tests. I would like to be able to see the errors and understand which test failed, BEFORE the gradle completes its running.
Today, I have to wait till the full completion of gradle , so I can have the gradle enterprise link with all the details of my build.
I would like to be able , somehow, to see the error details BEFORE gradle completes its tasks

Notice: the –fail-fast option doesnt work for me. I believe that it’s because the test are run in parallel from several remote servers (as a feature of gradle enterprise)
I want also to emphasize that I’m quite new in gradle