Progress Monitor for Junit Execution
Answered
I am running Junit in IntelliJ IDEA Community Edition 2022.1.4 using ProgramRunnerUtil.executeConfiguration() in my plugin code. How do I add Progress Monitor for Junit execution, so that UI will be freezed untill execution completes.
Please sign in to leave a comment.
Hi,
UI should never be frozen, as it causes a terrible user experience. Why would you want to do it? Please explain your use case in detail.