What's the JUnit 5 way for RunListeners
02:44 03 Feb 2018

In our environment we are using JUnit 4 TestListeners to report test results to a remote server.

What is the JUnit 5 way doing that?

junit5