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

Running whole Robot-Test Files fails - path problem #1064

Open ediordna opened 2 months ago

ediordna commented 2 months ago

Describe the bug In VS-Code when trying to run a whole .robot-file from the "Testing"-Section or directly per Right-Click on the file, it fails with following message: Bild

The Test-section looks strange as well: Bild (1)

Maybe the path is detected wrong..

With the previous version 1.11.0 this works fine.

To Reproduce Steps to reproduce the behavior:

  1. Install version 1.12.0 of the VSCode- extension
  2. Open a project containing robot-tests
  3. Try to run a whole test-file, e.g. via the test-section on the left.

Expected behavior The tests to run normally.

Versions:

Logs Add the logs obtained when reproducing the issue. See: https://github.com/robocorp/robotframework-lsp/blob/master/robotframework-ls/docs/reporting_issues.md for details on how to collect the logs. --> Will be added later.