Hi,
I would like to know if it's somehow possible to run Junit5 tests with TestNG in order to have the xml report. I'm working on a plugin to include in projects (with different test frameworks) to produce customized TestNG reports for tests results import in Jira Xray. TestNG xml reports offers more options than JUnit ones (and Xray currently only supports TestNG reports customization) and it's why I would prefer to have all tests running through it. Is there a class/interface I could override to do so? Is it planned to eventually support JUnit 5 tests?