When a test case in Robotframework FAILs I am able to log "Test Message" in report with FAIL keyword:
FAIL *HTML* Log Link : <a href="data.txt">Data</a>
But how can I log the same on case of test PASS case criteria, I am not sure but should we use "Pass Execution" keyword - it states - Skips rest of the current test, setup, or teardown with PASS status - but I have teardown steps - so should we make use of Pass Execution keyword in test case body.
Log to Console logs only to standard output and is not captured in "Message" report.html while FAIL msg gets displayed in "Message"
Please let me know how to use PASS with message with just stating that the test cases was success and complete its teardown


logkeyword? Why does that not work for you? - Bryan Oakley