Using PyCharm for Robot Framework - Issues Faced

Hi Aproova,
I just recently needed to set up new project:

  • Few useful hints:
    1. IntelliBot is quite unmaintained try using IntelliBot @SeleniumLibrary Pathced - This one works best for me also with BDD Gherkin style
    2. Also try this plugin to see if it suits you better : Robot Framework support
    3. Configure interpreter: Create new venv from pycharm settings/interpreter, pip install all needed libraries
    4. Configure project structure Settings/Project / Project Structure and set Resources to where your libraries / keyword files are.

Just to be sure, invalidate caches and restart pycharm.

Let me know how it worked :).

J.