Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.4 KB

File metadata and controls

29 lines (24 loc) · 1.4 KB

TestResultV2ShortModel

Properties

Name Type Description Notes
id str
configuration_id str
work_item_version_id str
test_run_id str
outcome str Property can contain one of these values: Passed, Failed, InProgress, Blocked, Skipped
auto_test_id str, none_type [optional]
message str, none_type [optional]
traces str, none_type [optional]
started_on datetime, none_type [optional]
completed_on datetime, none_type [optional]
run_by_user_id str, none_type [optional]
stopped_by_user_id str, none_type [optional]
test_point_id str, none_type [optional]
test_point TestPointRelatedToTestResult [optional]
comment str, none_type [optional]
links [LinkModel], none_type [optional]
attachments [AttachmentModel], none_type [optional]
parameters {str: (str,)}, none_type [optional]
properties {str: (str,)}, none_type [optional]

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