QAF- Code debug is not working in eclipse

46 Views Asked by At

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.

1

There are 1 best solutions below

1
user861594 On BEST ANSWER

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