So I have an installation of Pycharm, using robotframework 3.1.2 All of our tests run fine locally, note that they are *.txt files, not *.robot files. In the configuration for pycharm, under Settings > File Types, we have *.txt associated with “RobotFramework Language”, and it’s been working fine.
However, today, I tried to update to RobotFramework 4.1.2, and as soon as I try to run any of my tests, I get this error in Pycharm: Error 252 no tests found. I had this issue before during initial setup of my environment, and that was resolved by associating the *.txt filetype to RobotFramework Language.
Nothing else changed except the update to the RobotFramework library. Is there some other library/plugin I also need to update to fix this?
I reverted back to RobotFramework 3.1.2 and all my tests work fine.
Dan