Running tests on PyCharm using Robot Framework

I have used the Intellibot PyCharm plugin for Robot Framework. For running the tests, we can do the below configuration: Go to File > Settings > External Tools Click ‘+’ button under ‘External Tools’ panel In the ‘Create Tool’ dialog, enter the below values: Name: Robot Program: [Path of Pybot.bat e.g.C:\Python27\Scripts\Pybot.bat] Parameters: $FileName$ Working Directory: … Read more

PyCharm running way slow

1. Change the inspection level Current PyCharm versions allows you to change the type of static code analysis it performs, and also features a Power/CPU Saving feature (Click on the icon at the bottom right, next to the lock): 2. Change indexed directories Exclude directories from being indexed which are set in the project paths … Read more