Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.91 KB

File metadata and controls

39 lines (34 loc) · 2.91 KB

AutoTestModel

Properties

Name Type Description Notes
global_id int Global ID of the autotest
is_deleted bool Indicates if the autotest is deleted
must_be_approved bool Indicates if the autotest has unapproved changes from linked work items
id str Unique ID of the autotest
created_date datetime Creation date of the autotest
created_by_id str Unique ID of the project creator
external_id str External ID of the autotest
project_id str Unique ID of the autotest project
name str Name of the autotest
modified_date datetime, none_type Last modification date of the project [optional]
modified_by_id str, none_type Unique ID of the project last editor [optional]
last_test_run_id str, none_type Unique ID of the autotest last test run [optional]
last_test_run_name str, none_type Name of the autotest last test run [optional]
last_test_result_id str, none_type Unique ID of the autotest last test result [optional]
last_test_result_configuration AutoTestModelLastTestResultConfiguration [optional]
last_test_result_outcome str, none_type Outcome of the autotest last test result [optional]
last_test_result_status AutoTestModelLastTestResultStatus [optional]
stability_percentage int, none_type Stability percentage of the autotest [optional]
links [LinkPutModel], none_type Collection of the autotest links [optional]
namespace str, none_type Name of the autotest namespace [optional]
classname str, none_type Name of the autotest class [optional]
steps [AutoTestStepModel], none_type Collection of the autotest steps [optional]
setup [AutoTestStepModel], none_type Collection of the autotest setup steps [optional]
teardown [AutoTestStepModel], none_type Collection of the autotest teardown steps [optional]
title str, none_type Name of the autotest in autotest's card [optional]
description str, none_type Description of the autotest in autotest's card [optional]
labels [LabelShortModel], none_type Collection of the autotest labels [optional]
is_flaky bool, none_type Indicates if the autotest is marked as flaky [optional]
external_key str, none_type External key of the autotest [optional]

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