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

I don't think this can be handled with a command line option. The current behavior to fail immediately works in most cases and thus continuing on a failure must be more
strictly configurable.

My current idea is that we would make it possible to configure exceptions raised by keywords so that the framework knows that after certain exceptions it's OK to continue execution. Then if there are any failures, they will be reported at the end and the test case will fail. We also need a way to specify that it's OK to continue after any failure inside a test case or a user keyword, which probably means that we
need some new settings.

Overall, getting this feature done so that it's easy to use, understand and maintain won't be too easy. This is, however, so often asked feature that we are committed to
find a good solution.

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