You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run a test in Visual Studio Code with the RobotCode extentsion, even after the test is complete, the "Run" tab still has a blue 1 on it and the top of the screen still has a bar with "pause", "step over", "stop", etc, as if the test is still running, even though it has completed.
Steps To Reproduce
Steps to reproduce the behavior:
Run a succesvol test in Visual Studio Code
Desktop (please complete the following information):
VS Code Version [e.g. 1.94.2]
RobotCode Version [e.g. 0.95.2]
OS: [e.g. Windows 22H2, 19045.5011]
Python Version [e.g. 3.13.0 (also confirmed on 3.12.7)]
RobotFramework Version [e.g.7.1.1]
Additional tools like robocop (5.5.0), robotidy (4.14.0)
The text was updated successfully, but these errors were encountered:
Yes, I've noticed this sometimes too, but I'm not quite sure what might be causing it.
The workaround for now is simply to press the stop button.
Does this error always occur for you, or only sometimes? And could you perhaps describe the situations in which it happens? For instance, does it always occur when running browser tests or when using library xy?
This issue seems to occur everytime a test is sucesvol, but not when it fails.
Running multiple tests in a row just adds to the number, see picuture "3", and requires pressing the stop button multiple times.
It's not just browser tests, when I run a little nonsence loop test like this, see picture "List", it still happens.
Describe the bug
When I run a test in Visual Studio Code with the RobotCode extentsion, even after the test is complete, the "Run" tab still has a blue 1 on it and the top of the screen still has a bar with "pause", "step over", "stop", etc, as if the test is still running, even though it has completed.
Steps To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: