Hi,
Question 1: Automatic rerun of failed test cases
Is there any mechanism to automatically re-run failed test cases in Robot framework.
For example
if 10 test cases are in a suite file. when running as batch, 3 test cases are failed due to timing issue or some other issue. We can assume that these test cases can be passed in rerun with out any changes. Do we have mechanism in robot framework to automatically rerun the failed test cases ?.
Either re-run the test case which failed before running the next test cases in suite
or
Once the suite execution is complete, re-run the failed test cases of the suite.
Question 2: Conditional execution of suite
Is there any mechanism in Robot framework to run the test suite only if the condition match other than the tag is applied to suite.
For example, i want to run this test suite file, if my previous test suite is passed or my pre-condition suite is executed successfully.
Thanks & Regards,
Peer Sheik