Hi Aproova,
I just recently needed to set up new project:
- Few useful hints:
- IntelliBot is quite unmaintained try using IntelliBot @SeleniumLibrary Pathced - This one works best for me also with BDD Gherkin style
- Also try this plugin to see if it suits you better : Robot Framework support
- Configure interpreter: Create new venv from pycharm settings/interpreter, pip install all needed libraries
- 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.