OpenLiberty / liberty-tools-vscode

Visual Studio Code extension for Liberty Tools
https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext
Eclipse Public License 2.0
17 stars 34 forks source link

View Test Report test failing for gradle #266

Open ragudiko opened 1 year ago

ragudiko commented 1 year ago

Most of the times ElementNotInteractableError and few times it goes fine. The reason for this error is the project context is list. The control in Extension window expects to select project context from input box. Because context is lost, "No liberty projects found." error is thrown in extension window.

TrevCraw commented 1 year ago

For more information refer to https://github.com/OpenLiberty/liberty-tools-vscode/pull/262#discussion_r1224334441

Rahul-Biju commented 1 year ago

When i test manually, there is no issue in “View test report”. But in automation testing there is a problem in “View test report”. In the command pallet -> Liberty>View test report -> it is not listing the projects ->thats why it is not clicking the project. That is why it is showing "ElementNotInteractableError". This issue is only with View test report. But for Liberty>Start... and for other commands - there is no issues.

SuparnaSuresh commented 5 days ago

While running automation test to view Integration test report, in command palette after enter the command 'Liberty: View integration test report' corresponding project pom.xml is not getting listed. Instead it is showing 'No liberty projects found' as below.

https://github.com/user-attachments/assets/8c78ce35-7c38-421e-943a-eaef41f699ae

List of projects that can be started is getting empty.