Forum Discussion

Awesome's avatar
Awesome
Frequent Contributor
15 years ago

SoapUITestCaseRunner -c not running specific test case

hi,

using -c flag to specify "only run the test case", doesn't seem to work. the command below using the -c will still run the whole testsuite. i also tried from with soapui using TestCaseRunner and it also didn't run just the test case....

thanks for your help!


cmd.exe /C %soapui_bin%\testrunner.bat -e%soapui_endpoint% -r -j -R"Project Report3" -FPDF -fC:\workspace\soapui-nightly\SOAP_Workspace\results\3\ -o -g -s%soapui_testsuite%  -c%soapui_testcase% %soapui_project_dir%\%soapui_project_file%

4 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    ok.. is this the latest nightly build or the 3.0 release?

    regards!

    /Ole
    eviware.com
  • Awesome's avatar
    Awesome
    Frequent Contributor
    3.0, downloading latest nightly build now. i'll update you.
  • Awesome's avatar
    Awesome
    Frequent Contributor
    3.0.1 nightly build fixes it!

    now i have all my test cases running as jobs in the CI server Hudson. Very cool!

    thanks!