Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.99 KB

File metadata and controls

40 lines (35 loc) · 1.99 KB

AutoTestApiResult

Properties

Name Type Description Notes
id str
project_id str
name str
is_flaky bool
global_id int
is_deleted bool
must_be_approved bool
created_date datetime
created_by_id str
external_id str, none_type [optional]
namespace str, none_type [optional]
classname str, none_type [optional]
steps [AutoTestStepApiResult], none_type [optional]
setup [AutoTestStepApiResult], none_type [optional]
teardown [AutoTestStepApiResult], none_type [optional]
title str, none_type [optional]
description str, none_type [optional]
external_key str, none_type [optional]
modified_date datetime, none_type [optional]
modified_by_id str, none_type [optional]
last_test_run_id str, none_type [optional]
last_test_run_name str, none_type [optional]
last_test_result_id str, none_type [optional]
last_test_result_configuration ConfigurationShortApiResult [optional]
last_test_result_outcome str, none_type [optional]
last_test_result_status TestStatusApiResult [optional]
stability_percentage int, none_type [optional]
links [LinkApiResult], none_type [optional]
labels [LabelApiResult], none_type [optional]
tags [str], none_type [optional]

[Back to Model list] [Back to API list] [Back to README]