Dear Dev,
I use getTestCasesForTestPlan() to get all the testcases unter the plan I specified, but I have a question ,how to only run failed and cases that have not been executed? for exampleI have run a test, which inclued 330 cases, 300 passed, 20 failed ,and 10 have not been execued. I want to run the test again, but only run the 30 which are not passed, how can I do this in my code ?