debugging - how to "debug as maven test" in eclipse (sts) -
i have written test cases in junit , executing fine when use run - maven test. although put debug points , select debug - maven test, debugging not work. use maven-surefire-plugin. running test cases in eclipse (sts) itself, there no need remote debug on application running in server. these simple test cases, testing application code. appreciated.
you can run junit test directly in sts debugging. no need start maven purpose. click on test class debug. right mouse button -> debug -> junit shoud trick.
Comments
Post a Comment