RED icon indicating copy to clipboard operation
RED copied to clipboard

Extend 'Execution View' by provide possibility to go to the first fail keyword

Open adam-wypych opened this issue 8 years ago • 1 comments

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. image

adam-wypych avatar Feb 03 '17 08:02 adam-wypych

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.

KrzysztofJozefowicz avatar Feb 08 '17 07:02 KrzysztofJozefowicz