Skip to main content

Link Test Suites

The following mutation links a test suite to a global template:

mutation LinkToGlobalTemplate($parentTestSuiteId: ObjectID!, $childTestSuiteId: ObjectID!){
linkChildTestSuiteToParentTestSuite(input: {
parentTestSuiteId: $parentTestSuiteId
childTestSuiteId: $childTestSuiteId
}) {
id
parentTestSuite {
id
}
childTestSuite {
id
}
}
}

Try in explorer

caution

In case you link two test suites together and none of them are linked, the parentTestSuiteId will become a Global Template.