I started using PyCharm with the robot framework, but I\'m facing an issue.
How can I run my tests? All the time I right click on my tests folder, I get an Empt
I have used the Intellibot PyCharm plugin for Robot Framework.
For running the tests, we can do the below configuration:
Once the above configuration is done, we get the option 'Robot' in the context menu on the test in the IDE. Choose that option to run your test suite in PyCharm.