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
205 stars 93 forks source link

Test explorer in vscode doesn't not always discover all tests files #954

Open cloutierjo opened 1 year ago

cloutierjo commented 1 year ago

Describe the bug The test explorer in vscode doesn't not always discover all tests files. I did happen to me regularly that I need to go open all file one by one for the tests to be displayed in the test explorer. The fun thing is, all test are still ran if launching the "test all", but then I get no result in the test explorer.

To Reproduce I'm not actually sure how to reproduce . It just happen every few restart.

Expected behavior All test files should be discovered and display in the test explorer

Screenshots not sure if it can help clarify. Screenshot_20230712_094313 Screenshot_20230712_094454

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. robotframework_ls..zip

cloutierjo commented 1 year ago

It really happen on a regular basis. Any other information I can provide to help fix this? I think it does happen more after I restart my computer. I also have more than one, project, it might be when switching vscode from on to the other, or when both are open at the same time when it's doing something?