How to debug integration test in IntelliJ?
问题 I have created run configuration in Maven Projects for mvn -Dit.test=PredictionWorkflowTest verify which looks like here and then set breakpoint inside PredictionWorkflowTest . Unfortunately, when I right click this configuration and select to debug it, tests passes as if no breakpoint were set. How to make breakpoints working? If I run test by clicking class itself, then breakpoints trigger, but integration conditions don't me (servers not starting). 回答1: Step 1: Add debug to maven run