Returns

Returns a TestCase object for the given test case ID.

Example

test_case = galtea.test_cases.get(test_case_id="YOUR_TEST_ID")

Parameters

test_case_id
string
required

The ID of the test case you want to retrieve.