robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
When I run my tests, everything seems to go well but when tests are finished, in the test panel some look still running. Also the time counter still increases. I...
**Is your enhancement request related to a problem? Please describe.** .Resource ,the mouse position it's not turn to Resource. Ctrl + Click 公共组件.用例开始 , the position is turn to ***...
**Is your enhancement request related to a problem? Please describe.** When I enter my custom method, I want to bring out the custom parameters as well. **Describe the solution you'd...
**Describe the bug** During work in PyCharm I'm encountering issue with randomly changed colors in middle of the sentence - please see attached screenshot. This also affects double click on...
**Is your enhancement request related to a problem? Please describe.** Lately I had to create some GRPC clients, where there is no good "robot framework" way to parameterize requests when...
- [ ] Textmate - [x] Parsing - [ ] Handling of types in robot.toml and global commandline - [ ] Code Completion for types in user keyword arguments
Describe the bug 1. first testcase log is not at the correct position 2.Run icon positon is erroneous ,not at the *** Test Cases *** If possible add some example...
**Is your enhancement request related to a problem? Please describe.** From output of robotcode extenstion, I saw a lot of process execution one by one for each suite in order,...
see [here](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#extended-variable-assignment) ```robot *** Test Cases *** Example ${OBJECT.name} = Set Variable New name ${OBJECT.new_attr} = Set Variable New attribute ```