RobotFramework-EclipseIDE
RobotFramework-EclipseIDE copied to clipboard
Developing an Eclipse IDE for the Robot Framework test automation tool
As specified in the documentation, it should be possible to use variables in suite/test setup/teardown keywords. Quoting: > The name of the keyword to be executed as a setup or...
Hi, I would like my keywords to have parameters when they are inserted in the scenario file. This way the person that writes the test knows how to call that...
Example: ``` Conditionally Do Additional Checks Run Keyword If '${someVar}'=='yes' Do Additional Checks Do Additional Checks ... ``` In this example, the `Do Additional Checks` reference on the line starting...
To reproduce: 1. open file 2. type foo --> \* appears on editor tab 3. undo (ctrl-z or cmd-z) --> \* is not cleared from editor tab
I have set text editor indentation size to 2 and to using spaces instead of tabs (Eclipse J2EE Indigo, Preferences-General-Editors-Text Editors). Currently the "spaces instead of tabs" is working correctly...
Similar functionality as in Java editor where you can get references to currently selected method. After getting the references, the user should be able to navigate to the source of...
If you define a keyword that takes arguments code completion does not suggest the variables defined in the keyword signature.
Quad-click would then select the line
And if chosen by the user, add the necessary "include" aka Resource setting.