Skip to main content

Example

galtea.specifications.link_tests(
    specification_id=specification.id,
    test_ids=[test_id],
)

Parameters

specification_id
string
required
The ID of the specification to link tests to.
test_ids
list[string]
required
List of test IDs to link to the specification.