Remotely debug unit tests in Netbeans / Maven

后端 未结 2 1998
栀梦
栀梦 2021-01-25 17:30

I would like to automatically launch and debug unit tests on a remote machine in a Maven project using Netbeans. All the IDE features should work, such as debugging, the output

2条回答
  •  被撕碎了的回忆
    2021-01-25 18:06

    Surefire/Failsafe plugin supports remote debugging out of the box: http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html

提交回复
热议问题