Hello,
I'm currently using the Surefire plugin with Maven 3.6.3 and would like to know if there is any way to identify what tests were run in a given fork? I haven't seen any option for it in the current documentation. I'm running around ~10K test cases hence using the fork option to speed things up. The problem I'm trying to solve is that a single test intermittently fails, which, when run individually succeeds; I suspect this is due to a prior test case not cleaning up properly and would therefore like to be able to identify at a minimum what test cases are in a fork group so that I can take a divide and conquer approach to resolving the issue, even better would be to know which test cases ran before the failing test case. Thanks for your help, Martin.