Get an existing session or create a new one if it doesn’t exist.
# Tries to get a session with custom_id "existing-session-id", creates it if not found. session = galtea.sessions.get_or_create( custom_id="existing-session-id", version_id="YOUR_VERSION_ID", test_case_id="YOUR_TEST_CASE_ID" )
False