Forum Discussion

VGaur's avatar
VGaur
Contributor
10 years ago

Exclude testsuite from running using testrunner(commandline)

Hi, 

 

I am trying to find a way which will allow me to bypass or exclude a testsuite during project run using commandline. Please let me know if anyoen has tried that.I donot want to lable my testcase or make any changes to the eventhandler , just want to set a flag from commandline.

 

Cheers

 

2 Replies

  • Hi,

     

    There is no exclude command when running from TestRunner, but you can disable the testSuite and save the project and try running the project it should not run.

     

    Thanks,
    Jeshtha

    • VGaur's avatar
      VGaur
      Contributor

      Hey,  

      Thanks for the response. 

      Ya I know there is no exclude flag. My project is set to run estsuites parallely but testcase in testsuite is set to run sequentially. What I am trying to achieve is to run a selected set of testsuites sequentially first and reamaining project parallely. I can run few testsuite sequentially first that is not a problem but while running the remaning project parallely I want to exclude the testsuite which ran sequentially earlier.

       

      Please let me know is there an another to solve the problem. Making two projects one runs parallely and another sequentially is not an option.

       

      Cheers