robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
**Describe the bug** Robotcode does not resolve variables in templated test cases when the template keyword has embedded arguments. A "VariableNotFound" error is shown. **Steps To Reproduce** Steps to reproduce...
Hi, Thank you for your work on RobotCode. While using the PyCharm plugin, we noticed that all Robot Framework log messages are printed into the PyCharm Run/Debug Console, including: INFO...
**Describe the bug** In IntelliJ when I fill in Arguments in the Run/Debug Configurations Dialog for a Robot Framework Test, they are not saved, and also not added to the...
TODO
[QUESTION] Can testcases be excluded from analysis based on tags ? (just like with robot and rebot)
**Please describe.** According to https://robotcode.io/03_reference/cli#code I cannot filter by tag for the analysis. I think it would be great, if filtering before analysis could also be based on tags, just...
**Is your enhancement request related to a problem? Please describe.** Currently, to determine which library a keyword comes from, I have to CTRL+click on the keyword. This is inconvenient and...
**Describe the bug** Global Variables that are declared inside Test Setup or Suite Setup are not recognized inside a test case If possible add some example source code like: ```robotframework...
**Description:** In Robot Framework Language Server (VS Code extension), when a keyword comes from a specific library/resource files, it is prefixed with the library name (e.g., `Browser.Get Text`). This makes...
**Describe the bug** Current run configuration will not mark source root/content root but Python run configuration supports that. **Steps To Reproduce** Steps to reproduce the behavior: 1. Init a project...