robotframework-lsp
robotframework-lsp copied to clipboard
Robocorp extensions for VS Code: Robocorp Code and RFW LSP
Let's say I am building a testsuite for testing a web application. The web application runs on both a development environment and a test environment and I want to be...
**Is your feature request related to a problem? Please describe.** Currently when installing RCC plugin for vscode, it tries to download additional dependencies from the internet. When you attempt to...
If the user has a custom `PYTHONPATH` set in the `robot.yaml` a `.env` file should be created so that those paths are properly added to the `PYTHONPATH` for pylance.
Keywords get underlined with the error "Multiple keywords matching" when the keyword is defined in a resource file and a python library. **To Reproduce** Having following test case file: ```...
**Is your feature request related to a problem? Please describe.** i want to be able to change the arguments passed to robot when clicking the gutter run button, but there's...
This example should work: ``` *** Settings *** Variables example.json *** Test Cases *** Example Should Be Equal ${STRING} Hello, world! Should Be Equal ${INTEGER} ${42} ``` ``` { "STRING":...
I have a number of libraries which contain same or similair keywords and I use these depending on the requirement. I have "Click" for Sikuli and RPA.Windows and RPA.Desktop Whilst...
**Describe the bug** I have a file (on path `/d/domotz/integration_tests/robot/Igor/01-Inspect.robot`) that starts with ``` *** Settings *** Resource robot_keywords/resources/common/igor.robot ``` I also have this vs code user setting that should...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When there is some...
**Is your feature request related to a problem? Please describe.** VS Code with Robot Framework Language Server is definitely the best combo when it comes to implement a test framework...