Yes, I was thinking that after a normal test suite report returns failed test cases, we could troubleshoot the failed cases and retry them in a dynamic suite by passing the ordered list of cases to retry in a global variable. I got it working by looping through the list in the suite’s @SetUp and calling test cases there, but only when I know the full names.