Forum Discussion

pkudrys's avatar
pkudrys
Frequent Contributor
11 months ago
Solved

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
    11 months 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