How to debug integration tests in a dagger application
Hello! I already asked this question here:
But got no solution. Basically I have a dagger project and if I run mvn clean verify all the tests pass. Wonderful. Now if I try to debug any of those then my intellij complains about missing classes, for example a class that all the other tests extend. I tried delegating to maven as suggested in stack overflow but then I just see in the intellij console all the tests running and failing, so no option to debug…Is there an ide configuration that I'm missing? Is it even possible to debug these tests?
Please sign in to leave a comment.