I am new to Robot Framework and writing the test cases in it. I have a test suite name "testSuiteTrial.robot" which have 50 test cases .When i am running the test suite , few test cases are getting failed.I don't want to run the full test suite again.So i am looking for an approach for running only the failed test cases from test suite.
Any help on that