Forum Discussion

pkudrys's avatar
pkudrys
Contributor
7 days ago

how to run different sets of tests via TestExecute

Hi guys,  I'm curious, what's your strategy to run different sets of tests from command line/CI? I found no way to dynamically enable/disable items in Execution plan.   I mean, I have a set of test...
  • rraghvani's avatar
    7 days ago

    You also need to include /p and /r parameters too. If I remember correctly, if you include e.g. /t:"CreateResources|RegressionTests" it won't run it, in that order!

    It's worth creating a batch file, with the appropriate parameters. Then call the batch file from your CI