I am trying to write a automated script using robot framework integrated with sikuli.
Script is as below.
${var}= Get Match Score Image.png
Run keyword if ${var} log to console ImageMatched ElSE log to console ImageDidNotMatch
... followed by some commands
Everytime the image is not matched and the ELSE condition is executed. However, the result is always Pass. I want to know what parameter/value is checked to pass the test case. if i know which parameter is being checked for making the result pass or fail then i guess, i can make it fail.
Need your expert advice.
Thanks in advance.