Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Tests keep running #344

Open
Houbein opened this issue Oct 28, 2024 · 3 comments
Open

[BUG] Tests keep running #344

Houbein opened this issue Oct 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Houbein
Copy link

Houbein commented Oct 28, 2024

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:

  1. 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)
@Houbein Houbein added the bug Something isn't working label Oct 28, 2024
@Pawci3oo
Copy link

I’m facing the same issue.

@d-biehl
Copy link
Member

d-biehl commented Oct 30, 2024

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?

@Houbein
Copy link
Author

Houbein commented Oct 31, 2024

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.
3

It's not just browser tests, when I run a little nonsence loop test like this, see picture "List", it still happens.
List

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants