Re: maven surefire report does not pick up message published by JUnit5-TestReporter

2020-01-15 Thread Knoche, Heinz
Hello Tibor, thanks a lot for clarifying this issue. Regards, Heinz Am Mittwoch, den 15.01.2020, 09:58 +0100 schrieb Tibor Digana: > The TestReporter is not supported yet. > Currently, in M5, we are fixing the process communication via pipes and TCP. > Then we will work on this issue in M6 as

Re: maven surefire report does not pick up message published by JUnit5-TestReporter

2020-01-15 Thread Tibor Digana
The TestReporter is not supported yet. Currently, in M5, we are fixing the process communication via pipes and TCP. Then we will work on this issue in M6 as well. Meanwhile please use SLF4J logger or another one. On Wed, Jan 15, 2020 at 8:45 AM Knoche, Heinz wrote: > I uploaded this simple

maven surefire report does not pick up message published by JUnit5-TestReporter

2020-01-14 Thread Knoche, Heinz
I uploaded this simple project to illustrate the subject: https://github.com/gabalawi/junit5-testreporter Maybe someone could help me with clarifying - if there is a bug or lacking feature in the surefire plugin - or if I did not properly configure the surefire plugin - or if it is up to another