Forum Discussion

Claire_Kaplan's avatar
Claire_Kaplan
Occasional Contributor
15 years ago

How can I run all the tests in a workspace?

Is there a way to run all the tests within all the projects in a workspace from command line (so that I get a combined report of the passed and failed tests)?

Regards

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    No, you can run all tests for all projects in one workspace with one command line, but you could use command line runners or maven plugin to start one by one project regardless of workspace. You just need to write bat/sh script which will invoke command line runners or maven with appropriate arguments..

    Let me know does it helps,
    robert
  • Claire_Kaplan's avatar
    Claire_Kaplan
    Occasional Contributor
    Hi Robert

    I have done that. The problem with it is that the test results that gets generated are separate for each project. If I want to have an overall status of the test run, I will have to either manually collate it or write a small utility to do so.

    Regards
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    Well, so far everything in soapUI is per project. And that kind feature is not supported yet. Please, post a request on request forum so we include any idea you have in next version.

    robert