Is it possible to add (log) custom information in HTML report for the passed test in Junit5 ?
I tried to use org.junit.jupiter.api.TestReporter from https://junit.org/junit5/docs/current/user-guide/#writing-tests-dependency-injection
but the published report entry is nowhere to be found. Generated HTML report has just information about name, duration and status of the test.
edit: any standard way of producing report is fine for me, as long as I would be able to insert some custom data. I tried generating report by gradle plugin and by ant task junitreport