jaltendorfer
jaltendorfer
**Describe the bug** In RF 6.1 async keyword support was added, but when running tests with the robotcode extention in VSCode, it does not work. The error is: "RuntimeWarning: coroutine...
Fix for issue #581. The groups in the ordering file don't work correctly when the command line argument `--suite` was given. All suites that were given with this argument were...
I have a directory (/tmp/testsuites) with the following files: - 01-Suite.robot - 02-Suite.robot - 03-Suite.robot - 04-Suite.robot My ordering file (/tmp/order) looks like this: ``` --suite 01-Suite { --suite 02-Suite...
**Is your enhancement request related to a problem? Please describe.** In robotframework-lsp there is an "Robot Output" view in VSCode to give you an overview which keyword is currently running...