When I set my Maven build to run my integration tests in parallel, I see:
01:31:47 -------------------------------------------------------
01:31:47 T E S T S
01:31:47 -------------------------------------------------------
01:31:48 Concurrency config is parallel='classes', perCoreThreadCount=true, threadCount=20, useUnlimitedThreads=false
But then I don't see the progress of any of my tests. Eventually, they all finish and the output gets dumped out all at once.
01:41:42 Running com.my.test.TestClass
01:41:42 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.706 sec
....
That test class finished after a minute yet it wasn't output until all the tests finished 10 minutes later.
How can I get the results of each class as it finishes to get output? It's hard to understand the progress of the build otherwise.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…