Unfortunately its not doing what I assume it should do ;-)
I have a test with a login step, then some actions and finally a logout step. I marked the last logout step as "Continue on Failure". Then I changed an assertion in the middle to provoke a failure.
When running this, the assertion fails and the execution stops, without the last step being executed.
This means rerunning the tests fails, as it defines the loginstep as first action, but the page has never been logged out and therefore it fails finding the login form.
Do I need to do more to ensure that the last step is invoked, regardless what happened in previous steps ?