Skip to main content

Returns

Returns a Test object for the given product and test name.

Example

test = galtea.tests.get_by_name(product_id=product_id, test_name=test_name)

Parameters

product_id
string
required
The ID of the product for which you want to retrieve the test.
test_name
string
required
The name of the test you want to retrieve.
type
string
The type of the test (e.g., QUALITY, RED_TEAMING). This is needed if multiple tests share the same name but have different types.