Home > Software engineering >  Running single test in IntelliJ Idea 2021.2.3 (Ultimate edition) sometimes not offered
Running single test in IntelliJ Idea 2021.2.3 (Ultimate edition) sometimes not offered

Time:11-08

I have the Java project (Maven/Spring/Spock). It appears that I couldn't run single test in test suite (class) randomly. In some test classes it possible, in some other its not - entire test suite is the only available choice. This is annoying while debuging single test.

Cannot run single test - offers running entire suite

Can run single test

Is there any setting/choice how to avoid this disbalance? Thanks

CodePudding user response:

Try EAP version of IntelliJ IDEA. Should have been fixed in the scope of youtrack.jetbrains.com/issue/IDEA-233864

  • Related