Hi, i have tried several times to run tests on my pycharm IDE but i keep getting this error message
"robot : The term ‘robot’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
robot.exe is probably not in your PATH. The recommended way of running robot (and really any Python modules) is to use python -m robot, so in your case python -m robot -d Results Tests/Login_test_scenarios.robot.
Thanks so much it helped a lot. i can now run my tests successfully. I really appreciate your help.
But just out of curiosity how can i add the robot.exe to my PATH?
Thanks so much it helped a lot. i can now run my tests successfully. I really appreciate your help.
But just out of curiosity how can i add the robot.exe to my PATH?
I have similar issue, I am trying to run the robot tests on my VScode IDE but i keep getting this error message( In windows).
robot : The term ‘robot’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1