You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RunTests.bat included in robotframework-autoitlibrary/tests/ uses pybot for running the test. Using pybot is deprecated with Robot Framework since the version 3.0, and tests should be run instead using robot. robot is backwards compatible, so the change can done without further compatibility considerations.
The
RunTests.bat
included inrobotframework-autoitlibrary/tests/
usespybot
for running the test. Usingpybot
is deprecated with Robot Framework since the version 3.0, and tests should be run instead usingrobot
.robot
is backwards compatible, so the change can done without further compatibility considerations.More about running RF and about
robot
/pybot
/etc. usage at http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#executing-robot-framework.The text was updated successfully, but these errors were encountered: