Forum Discussion

S_Leonardo's avatar
S_Leonardo
Occasional Contributor
5 years ago
Solved

Jenkins - how to run a item test group

I'm using jenkins with the testcomplete plugin and i'm trying to execute a group of tests (GroupC).   i've used the information provided in this link https://support.smartbear.com/testcomplete/do...
  • TanyaYatskovska's avatar
    5 years ago

    Hi S_Leonardo,

     

    Perhaps, it's worth adding "ProjectTestItem" before GroupC in the Test name field.

     

    Also, please try using the command line parameters to call a group of test items instead of this option.

    /project:"Matrix"  /test:"GroupC"

     

    You can specify the parameters under the Advanced settings.

     

    Does it work?