Forum Discussion

daniel_nitzan's avatar
daniel_nitzan
New Contributor
13 years ago

maven in parallel

Hello,

Is there a possibility to run test-suites in parallel using maven?

Thanks

Daniel

4 Replies

  • RJanecek's avatar
    RJanecek
    Regular Contributor
    I think when you save your project to run test parallel then when you run this from maven it will run parallel
  • Yes, this is an option indeed, however, I want to use maven 3 parallel feature, but the soapui plugin fails since it is not thread safe.
    The reason I want to use the maven's parallel capability is that my projects are arranged as a multi-module maven projects. I want to run each module in parallel.
    Using Soapui threads to run all test suites in a project in parallel is over-kill.

    Any chance having a thread safe plugin in the foreseeable future?

    Thanks

    Daniek
  • I second Daniel's request-- I have a large maven project broken into multiple modules, each module has it's own set of SoapUI unit tests but running maven3 in parallel build mode fails due to the SoapUI maven plugin not being thread safe.

    -J
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    thanks - I've added a feature request for this internally.

    /Ole
    SmartBear Software