Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 341 by stashluk: Ability to record PASS message in the report file.
http://code.google.com/p/robotframework/issues/detail?id=341 Sometimes a message in the report file would be nice even for PASSed tests. This patch allows one to record this message by setting the ${TEST_MESSAGE} during the test teardown. Add this to your test case, and the report will show it. | | [Teardown] | Run Keyword If Test Passed | Set Global Variable | ${TEST_PASSED}| Some Pass Message | Attachments: model.py.pass_msg.diff 850 bytes -- 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
