Tset-Noitamotua / Sikuli-and-Robot-Framework-Integration

Windows 7 / 8.1 + Sikuli 1.1.0 compatible version of source for the great tuturial from Mike´s blog
http://blog.mykhailo.com/2011/02/how-to-sikuli-and-robot-framework.html
10 stars 5 forks source link

step_2 robottest.bat [ ERROR ] Expected at least 1 argument, got 0. #12

Closed aedahh closed 7 years ago

aedahh commented 7 years ago

Hello, When I run robottest.bat I am getting error: [ ERROR ] Expected at least 1 argument, got 0.

What argument is it expecting?

I am using sikulix.jar from sikulixsetup-1.1.0, robotframework-2.8.7.jar. Thanks

RaiMan commented 7 years ago

Do you have more details or a guess about the place in the scripts, where that happened? Step_2 or Step_3 ?

Tset-Noitamotua commented 7 years ago

Quick guess (not 100% sure) it is expecting a robot file (.robot or .txt)

Try something like robottest.bat you_test_case.robot

aedahh commented 7 years ago

Thank you all for the responses, now I can run test2 successfully. by executing command below robottest.bat robot_suite\verify_operations.txt