Forum Discussion

nmrao's avatar
nmrao
Community Hero
7 years ago

Re: Maven build never terminates after running soapui tests

mblel,

 

  • Not sure why another runner class is required to execute the tests while there is one already present. I mean you could use SOAPUI_HOME/bin/testrunner script is available which does the job.
  • If you want to desparately use your runner class only, then add "System.exit(0);" as last statement in your main method and see.

2 Replies

  • mblel's avatar
    mblel
    Occasional Contributor

    Hello,

    I tried to use exit(0) but it didn't work.

    Finally, i used the plugin. 

    Thank you!

    • nmrao's avatar
      nmrao
      Community Hero
      Difficult with just "did not work".
      Any ways, you got away with it which is good.

      Plugin? You mean "testrunner" utility?