S_Leonardo
6 years agoOccasional Contributor
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...
- 6 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?