robot-plugin icon indicating copy to clipboard operation
robot-plugin copied to clipboard

Help with PyCharm and Robot Framework

Open Quietbeat opened this issue 5 years ago • 1 comments

I’m new to Pycharm & Robot Framework and everything is working except how to configure the Run command to run my xxx.robot file instead of individual test cases within the robot file.

I have PyCharm setup as follows:

• F8 is mapped to Run • I have the following plugins enabled : o Intellibot @SelenimLibrary Patched o Robot Framework Support o Run Robot Framework file o Run Robot Framework Testcase.

When I press F8, the app will attempt run the current Testcase, but it fails because it's not truly running the robot code. I've also tried configuring an External Tool, but I couldn't get that to work. I really want to figure out how to get Run to work.

If you have any suggestions, plz let me know.

Quietbeat avatar Jan 23 '20 15:01 Quietbeat

@Quietbeat try this https://plugins.jetbrains.com/plugin/10701-run-robot-framework-testcase

MarcinGmurczyk avatar Apr 20 '20 16:04 MarcinGmurczyk