enable _remote_ tests to report the summary via the remote link
to avoid the need to enable -runtrace just to see the summary.
It is possible to register arbitrary/custom TestListener implementations as OSGi services. biz.aQute.tester.junit-platform will then invoke those callbacks while the tests are running.
This is one way of doing it, but I'm not sure how important it is for you to have backward compatibility with biz.aQute.tester for this feature.
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.
This could be solved simultaneously with #5397 using the same mechanism.