Hi all,
I know there is already a way to re-run failed test at the end of the suite execution(Issue 1615: Support merging re-run results with Rebot),
but I would like to re-run the failed test just ofter the failure is detected.
The reason behind this is that we have a huge setup to execute before run test suites and re-run the failed tests at the end implies to re-run setup as well, which is quite expensive.
Any help?
Thanks to all the community for the great job you are doing with RobotFramework!