- Clone this repo in your local directory and switch into it:
git clone https://github.com/applitools/robotframework-quickstart.git
- Switch directory to
robotframework-quickstart
by commandcd robotframework-quickstart
- Verify that you have Python in your system:
python -V
orpython3 -V
(We'll count that you have Python 3 installed). - And install eyes-robotframework package in your system:
python3 -m pip install eyes_robotframework
- Initialize configuration in current directory:
python3 -m EyesLibrary init-config
- Add your API KEY
applitools.yaml
or inAPPLITOOLS_API_KEY
env variable - Run example script:
python3 -m robot web.robot
IntelliJ (PyCharm and friends) Recommended - most full support https://plugins.jetbrains.com/plugin/17424-intellibot-patched
These plugins have issues with auto-completion of check settings keywords.
IntelliJ (PyCharm and friends)
https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server
VSCode
https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp