daluu / phrrs

PHP remote library server for Robot Framework
6 stars 2 forks source link

Add support for reporting continuable and fatal errors to RF #6

Open daluu opened 10 years ago

daluu commented 10 years ago

See https://code.google.com/p/robotframework/issues/detail?id=1628 for details.

daluu commented 9 years ago

Would need a way to specify how a library being "reflected" invoked/called by the remote server can specify whether a failed keyword execution would be deemed "fatal" or "continuable" - on a per case or keyword basis.

Otherwise, the simple solution is to make the configurable setting global to the remote server and apply to all keywords being executed.

Unless we do an array mapping of each keyword method to whether its exceptions are fatal or continuable, but how would we do that in a generic way as the server is generic.