robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
200 stars 87 forks source link

"Debug Suite From Here" #1069

Open seizu opened 3 weeks ago

seizu commented 3 weeks ago

When testing with "Debug Suite," the process often breaks due to various reasons, such as logic errors, syntax errors, etc. After fixing the issue, it is frequently necessary to resume the process from the point of failure without re-running the tests that have already been executed.

On the command line, it is possible to continue from the point of failure using --rerunfailed. However, in Visual Studio Code, it is currently only possible to manually run all remaining test cases.

A similar functionality to that offered by Soap-UI would be very useful, such as having buttons above each test case "Debug Suite From Here" and "Run Suite From Here."

grafik

Could this be easily implemented?

Thank you! Best regards.