# Get Test Error details while gradle still runs

**URL:** https://discuss.gradle.org/t/get-test-error-details-while-gradle-still-runs/40899
**Category:** Plugin Portal
**Created:** [September 2, 2021, 4:24pm UTC](https://discuss.gradle.org/t/get-test-error-details-while-gradle-still-runs/40899 "2021-09-02T16:24:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MichZem](https://sea1.discourse-cdn.com/gradle/user_avatar/discuss.gradle.org/michzem/32/9435_2.png) [@MichZem](https://discuss.gradle.org/u/MichZem)
#### Post date: [September 2, 2021, 4:24pm UTC](https://discuss.gradle.org/t/get-test-error-details-while-gradle-still-runs/40899/1 "2021-09-02T16:24:28Z")

</div>

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
