An installer that consists of a series of PowerShell scripts which downloads and installs relevant dependencies and packages. A virtual environment will be set up and configured in your local machine as well which will be ready for Robot Framework testing.
- Navigate to
virtualenv
directory - Run
00_Install_and_Run_Robot.bat
to download and install the packages - a demo Robot test will run at the end as well to verify that the installation has been successful - Navigate to
virtualenv/shell
directory - Run
hats_shell.cmd
and you are ready to run any pybot commands and start testing with your Robot scripts!
- Navigate to
macrobot
- Run
install-robot.sh
- Start testing!