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. 

0
1 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.

0

Please sign in to leave a comment.