robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[BUG] 0.64 Prevents tests running #184

Closed crayfishuk closed 8 months ago

crayfishuk commented 8 months ago

Describe the bug Updated to 0.64

1 ."Test Flask" tool bar icon shows lists of robot files in the TESTING pane, but only hover-icon available is 'go to test' - the 'play' and 'debug' icons don't exist.

  1. When viewing a .robot file, the play icon is in the line-number column, and clickable, but the 'Test Results' panel just shows 'Test Run at [Date/Time]' with a circle icon, and the tests haven't been run.

Back rev to 0.63 and all is OK

To Reproduce Steps to reproduce the behavior:

  1. Update to 0.64. Reload VSCode (and stop/start app)
  2. 'Flask' side-bar icon, all files no longer show test-run icons
  3. 'Explorer' side-bar icon, test run icons exist in line-number column, but don't seem to run.
  4. ALL robot files are the same.

Expected behavior A clear and concise description of what you expected to happen - work as 0.63

Screenshots/ Videos If applicable, add screenshots or videos to help explain your problem.

image

image

Logs Copy the messages from VSCode "Output" view for RobotCode and RobotCode Language Server for the specific folder/workspace.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

d-biehl commented 8 months ago

This is fixed in 0.64.1 please update

crayfishuk commented 8 months ago

All working fine with 0.64.1 - thanks for the quick response! 🥇