In case there is a JUnit @Test(timeout=xxx), output written to System.out is not captured by WebLab anymore.

This is likely caused by the fact that JUnit spawns a new thread for such tests, and the sys out is not set to the stream used by WebLab’s backend.

Submitted by Elmer van Chastelet on 13 January 2016 at 14:35

On 9 January 2017 at 16:26 Elmer van Chastelet commented:

Fixed. Not for java8 yet, expected tomorrow.


On 9 January 2017 at 16:26 Elmer van Chastelet closed this issue.

Log in to post comments