Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.43 KB

File metadata and controls

20 lines (15 loc) · 1.43 KB

AutoTestStepResult

Properties

Name Type Description Notes
title str, none_type The name of the step. [optional]
description str, none_type Description of the step result. [optional]
info str, none_type Extended description of the step result. [optional]
started_on datetime, none_type Step start date. [optional]
completed_on datetime, none_type Step end date. [optional]
duration int, none_type Expected or actual duration of the test run execution in milliseconds. [optional]
outcome AvailableTestResultOutcome [optional]
step_results [AutoTestStepResult], none_type Nested step results. The maximum nesting level is 15. [optional]
attachments [AttachmentApiResult], none_type /// <summary> Specifies an attachment GUID. Multiple values can be sent. </summary> [optional]
parameters {str: (str,)}, none_type &quot;<b>parameter</b>&quot;: &quot;<b>value</b>&quot; pair with arbitrary custom parameters. Multiple parameters can be sent. [optional]

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