tomek

Results 4 issues of tomek

**Is your feature request related to a problem? Please describe.** For now, test outputs are only archived when all the previous steps are executed correctly. It would be more concise...

enhancement
robotframework-ls

``` Extracting robotframework_lsp-1.11.0-py3.11.egg to /home/tomek/Development/robotframework-lsp/.venv/lib/python3.11/site-packages File "/home/tomek/Development/robotframework-lsp/.venv/lib/python3.11/site-packages/robotframework_lsp-1.11.0-py3.11.egg/robotframework_debug_adapter/vendored/vendored_pydevd/tests_python/resources/_pydev_coverage_syntax_error.py", line 5 def Print(self) ^ SyntaxError: expected ':' ``` Syntax error found on building vendor module for `robotframework-lsp` module using [this step](https://github.com/robocorp/robotframework-lsp/blob/8a119f31f74e2dfe662452023fe085968ea3c1b2/.github/workflows/tests-robotframework-lsp.yml#L97) as...

bug
robotframework-ls

How about adding another json query specification language to be handled by this library? I'm thinking of something like: ``` *** Settings *** Library JsonLibrary # by default it will...

Hi I'm curious why hardcoded 5 seconds sleep is implemented under [_end_test](https://github.com/MarketSquare/robotframework-browser/blob/4bb43db89fc5194aff126ee13ab01a44036cbeba/Browser/browser.py#L1287) method (only here and only for AutoClosingLevel == TEST) when presenter mode is enabled. Is there any reason...

bug
priority: medium