java - Maven TestNG execution runs in ghost mode even after terminting the program -


i using maven + testng combination execute selenium tests. in case terminate mvn run in-between, still testng execution continues execution. noticed testng execution happening in new java process. once killed process task manager, ghost execution stops.

please let me know, how kill testng process automatically in case termination of maven process eclipse. creates bigger problem on running suite jenkins , cancelling job in middle.

got it... should use forkmode=never in pom.xml (https://issues.apache.org/jira/browse/surefire-524)


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -