0

I am using Cucumber-Selenium-Maven framework for my automation tests. However, as I new to Maven, I am not sure how to debug the test. When I add break points and click Debug, the test run doesn't halt.

When I tried with Sure fire plug in, I am getting the below error.

"The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?"

IDE is IntelliJ

  • 1
    What run configuration do you use in IDE to launch the debug? If you use Maven task - you need to pass the debug parameters to the maven process and then use IDE [remote debug run configuration](https://www.jetbrains.com/help/idea/tutorial-remote-debug.html) to attach to this process. and you use forked For the error, check the https://stackoverflow.com/a/33757854/2000323 and https://stackoverflow.com/a/24001487/2000323 – Andrey Nov 17 '21 at 14:59

0 Answers0