fabriciorby commented on issue #3203: URL: https://github.com/apache/maven-surefire/issues/3203#issuecomment-4634643154
hey @olamy, that's a good idea. I have a sort of IT, but it's not very good. Currently I have created a "SurefireEmulator" that I try to scan for the annotations, methods, etc, but after some time I realised the behaviour is not the same as executing surefire, I would need some help to execute it properly in my test suite. other than that, I am currently having a issue where the `getSourceQualifiedName` is null when I debug using `mvnDebug test`, so maybe it's not using the `RunListenerAdapter` class? I have to investigate further as I am not very aware of how the tests are loaded and executed, maybe they are triggered different for my case and for `JUnit5Xml30StatelessReporter`. For more context, I am creating a implementation of `SurefireStatelessTestsetInfoReporter`. I'll investigate further by myself, but if you have some idea please let me know. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
