- Create and activate virtualenv
- Install dependencies
- Install Pycharm plugin Robot Framework Language Server
- Set following settings in a plugin (Robot Framework (Project) in IDE settings):
Language Server Python Python Executable Pythonpath
- Configure runner to make debug possible
It's possible to run tests through IDE interface or console by command
robot {path_to_folder}
To run tests in parallel please use following command
pabot {path_to_folder}