How do I run a single integration test? #1647
Unanswered
officerNordberg
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My PR is failing because of a new test InternalAnalysisTaskTest. I would like to run and debug just that test in an IDE if possible but if there's a mvn command to do it, that would be great too. I'm not familiar with the
-P enhance
and alpine is generally opaque to me.mvn test -P enhance -Dtest=InternalAnalysisTaskTest
works to run the test but the debugger will not attach or hit breakpoints. I'm using the same run config as -P enhance jetty:run that allows me to set and hit breakpoints. How do other people manage to be productive on this project. I need suggestions.Beta Was this translation helpful? Give feedback.
All reactions