I am running a suite of 200+ UI test cases and due to some or other reason, 10 or 15 test cases fail. If I rerun them they pass. I want to re-run this random failing 10-15 test case after the execution is completed. I can't use Retry because It is method level and I am not sure which test case will fail and I can't give retry to all the 200+ test cases. I need something which will just re-run the failing test cases at the end.
I am using Test Explorer to run test cases I am running on a Desktop as well as on Jenkins