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/docs/working-with/integration/jenkins/running-tests.html
but it is not working, i've tried using folders and empty test items as a group organizer.
This is the return error message: "Unable to create a project item of the 'Script Unit' type, because the specified file does not exist."
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?