eclipsemavenmaven-surefire-pluginqaf

QAF- Code debug is not working in eclipse


I am using https://github.com/qmetry/qaf-blank-project-maven project to run simple login scenario in eclipse. My debug point is not getting triggered when I run my simple scenario.

Note: I am not using testNG in my project.


Solution

  • Looks like you are trying to run as maven test in debug mode. If so you should refer Maven build debug in Eclipse
    and other similar questions.

    Adding -Dmaven.surefire.debug in goal worked for me.

    enter image description here