Question #676481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676481
Roman Podolyan posted a new comment: 1) I think you may try to use "assert" instead of if-else, like ==== assert handlerchamado<=0 ==== If statement under assert is correct, script goes as nothing happened, but if assert condition is failed, script should raise an error which should fail the test. ( see http://www.jython.org/jythonbook/en/1.0/ExceptionHandlingDebug.html for assert examples ) 2) They say XMLTestRunner is unmaintained ( https://github.com/srittau/xmltestrunner ) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

