Tests aren't executed and automatically stopped
I am currently working on implementing tests for languages. I have already successfully implemented Unit Tests, but now Editor and Node Tests are not executed with an “Stopped” result. Even a simple “assert 0 equals 0” in a test method of a NodeTest is stopped. On top of that i get no error message and no exception is thrown. The whole project can be build and there is no error in the test. I can't find a solution in the documentation or a hint, why tests are usually stopped.
Are there other things I can check or are there common mistakes when setting up tests?

I am using MPS 2024.3 on Windows 11 and the tests are in a separate solution with the @tests stereotype.
Please sign in to leave a comment.
Nothing obvious comes to mind. Is it possible to share the project?
No, unfortunately i can't share the project. If you need more information please let me know and i will look it up. I might need permission for sharing specific project infos
I tried executing a test in a different process and got an error message that says: LogManager does not exist: C:\Users\USERNAME\AppData\Local\Programs\MPS\test-log.properties
I do not have any test-log.properties file and executing tests in a demo project worked.