Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Medium Target-2.7
New issue 1040 by pekka.klarck: Possibility to know has keyword passed or
failed in keyword teardown
http://code.google.com/p/robotframework/issues/detail?id=1040
This makes it possible to do cleanup activities based on the keyword
status. One possibility is adding new automatic variable ${KEYWORD STATUS}
that is available in keyword teardown and contains text PASS or FAIL
similarly as ${TEST STATUS} in test teardown.
The chosen approach must be usable also from libraries. With variables that
works both by passing the value to a keyword and by resolving the variable
value internally in library.
This feature was requested by a team working for NSN.