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.
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.
Copyright © 2021 Jogjafile Inc.
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.debugin goal worked for me.