- Install Python
- Install pip
- Install robotframework with pip (
pip install robotframework). - Install selenium with pip.
- Install robotframework-seleniumlibrary with pip.
- Install robotframework-selenium2library with pip.
- Install requests with pip.
- Install beautifulsoup4 with pip
- Get chromedriver matching your Chrome version.
- run
python3 -m robot -d my-folder my-test.robot(wheremy-folderis a folder to save test results in, andmy-test.robotis the test to run)
Here's an excellent guide: How to execute robot framework tests
- Download Pycharm
- Install and open program, click configure
- Type Intellibot into the searchbar
- Choose plugin Intellibot @SeleniumLibrary Patched and install
- Install plugins: Robot FrameWork Support, Run Robot FrameWork TestCase
- Restart Pycharm
- Make sure to have the Python 3-package
- Navigate to the
.robotfile you want to run. - Press
Ctrl/Cmd+Bto run.
- Use a linter and follow pep 8 code standard.
This code is released under the MIT license.