RED
RED copied to clipboard
Extend 'Execution View' by provide possibility to go to the first fail keyword
It will be very helpful if the 'Execution View' will provide possibility to 'Go To First Fail' keyword in test case. See discussion on topic in robotframework group: https://groups.google.com/forum/#!topic/robotframework-users/YnlhaV3w-BA
I think it should be next button or just change the behavior of existing one Go To File.

Hi Adam :) Go to first failed keyword would be a good idea although it may not be enough for more complex testcases. In cases where a keyword is executed multiple times and only one execution failed, there should be a "stack trace"/"execution trace" to show what were the condition which resulted with failure (something similar to stack in Debug mode). We still have not decided where such stack should be printed nor should it consist clickable links to navigate through test material when examining stack.
We will discuss this in short time as this is a very useful general usability case which somehow was missed.