Comment #13 on issue 137 by swiksted: Support for continuing test execution regardless of failures (ContinueOnFailure)
http://code.google.com/p/robotframework/issues/detail?id=137

What would help a lot of this "continuing test execution regardless of failures"
would be simple develope "run keyword and ignore error" like this:

When f.ex kw 'A' is executed with run kw and ignore error -kw, also keywords 'B' and 'C', that are executed by keyword 'A' are also executed with ignore error status.

Reasoning / backround: We have lots of user kw's that can be used also in test / suite teardowns. Now we have to copy/paste those keywords and add run keyword and ignore error to every one of them. However, when those kw's are used elsewhere than
teardown, we do want them to stop on error.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to