HyperRobotFrameworkPlugin icon indicating copy to clipboard operation
HyperRobotFrameworkPlugin copied to clipboard

Robot Framework plugin for PyCharm.

Results 14 HyperRobotFrameworkPlugin issues
Sort by recently updated
recently updated
newest added

In my project, we are doing iOS and Android tests, so we include resources depending on which platform's device we are testing. To do so, when using the `Resource` to...

enhancement

I’m experiencing issues with method auto-completion, when a library is imported using an alias via the AS keyword, the plugin does not auto-suggest the methods from that library. The same...

In my project keywords are defined in repo in the *.py files. Example: @keyword(name='New Keyword', allowed_params=[]) def new_keyword(): Python file is imported in the robot file. When I try to...

Robot Framework support using json files as variables file: https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#variable-file-as-json Currently this plugin shows a 'Import file not found' notice when importing a json variables file and displays 'Variable definition...

enhancement

Suppose we have this kind of basic python package: ![image](https://github.com/jnhyperion/HyperRobotFrameworkPlugin/assets/39498464/69eb1e5a-f710-4dd3-b4cb-03b48c9a32ae) where robot_interface.py contains `class MyModuleB` and `__init__.py` from robot_interface imports MyModuleB. Robot Framework fully supports that scenario, but the plugin...

enhancement

Currently it is possible to set breakpoints inside python code but not in `.robot`-files. It would be great to have also the possible to use the debugger with them.

enhancement

Variables that are defined in a class aren't recognized or autofilled when writing test cases in robot. I created multiple files with various classes to organize my locator variables but...

enhancement

当前已经有keyword not defined的检测,今天同事提交的代码里面,引用两个libraray,发现有同名的,但是目前hyperrobot framework识别不出来,RF执行会报错存在多个相同的keyword,希望能增加多Library引入下,同名函数关键字检测

enhancement

The marketplace shows the last update was September 2024. Changes in this repo are from 4 years ago. Hard to trust this plugin without the source being available.

If I have an imported resource file, I'm not getting code completion hints when using the resource.keyword notation, e.g. *** Settings *** Library Collections Resource my_resource.resource *** Keywords *** my_resource.my_keyword...

enhancement