Abort execution of the whole data driven test suite if PANIC encountered in any of the test cases
146 views
Skip to first unread message
Rohan Majumdar
unread,
Apr 30, 2016, 5:04:59 AM4/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframework-users
I have a templated data driven robot framework test case. Now the task is to abort the whole suite execution if output contains the word "PANIC!". Can you tell how to achieve this?
Pekka Klärck
unread,
May 2, 2016, 6:01:19 AM5/2/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Having a built-in way to stop the execution of the current suite and
continuing from the next one would sometimes be useful. I guess that
could be implemented using special exceptions similarly as fatal
exceptions.