Intellij JUnit Jump to source and re-run failed test questions
Answered
Hi,
I've updated from Intellij Community 2020.2 to Intellij Ultimate 2021.3 Since updating I'm having some issues with my JUnit configuration for running tests.
Configurations:
2021 Ultimate:

2020 Community:

- Previously on Community 2020 when I double clicked on a failed test intellij jumped to the definition of the failing test, on Ultimate 2021 intellij is now jumping to the class definition for the test class. I'm unsure whether this has changed purposely or if my ultimate configuration is incorrect. Screenshots and gifs are attached.
2020 Community Jump to source:

2021 Ultimate Jump to source:

- On Community 2020 when I re-run failed tests only the failed tests in my class would be ran, instead on Ultimate 2021 all tests in the package are running now. I've unticked the "Include non started tests into rerun failed" option also. Again, I'm unsure whether this has changed purposely or if my ultimate configuration is incorrect. Screenshots and gifs are attached.
2020 Community Re-run Failed:

2021 Ultimate Re-run Failed:

Any help on this would be very appreciated. It's a frustrating loss of functionality that I used frequently. Hopefully just an issue with my configurations.
Thanks,
Gary
Please sign in to leave a comment.
Hello,
The first issue looks like https://youtrack.jetbrains.com/issue/IDEA-264290
Is it possible to reproduce the second issue with some sample project example?