We're using Gradle to run our Selenium tests on a Jenkins server. I'm using the code shown here to display tests passing or failing as they run.
But what I'd really like to see is a running total, like what Gradle shows (animated) when I run tests on my local console:
I suppose because it's rewriting the same console lines, this doesn't show up in Jenkins. Is there a way to get this X tests completed, Y skipped, Z failed
text to print out permanently in the console every time it changes?