Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.58 KB

AutoTestStepResultUpdateRequest.md

File metadata and controls

18 lines (15 loc) · 1.58 KB

AutoTestStepResultUpdateRequest

Properties

Name Type Description Notes
title String The name of the step. [optional] [default to null]
description String Description of the step result. [optional] [default to null]
info String Extended description of the step result. [optional] [default to null]
startedOn Date Step start date. [optional] [default to null]
completedOn Date Step end date. [optional] [default to null]
duration Long Expected or actual duration of the test run execution in milliseconds. [optional] [default to null]
outcome AvailableTestResultOutcome Specifies the result of the autotest execution. [optional] [default to null]
stepResults List Nested step results. The maximum nesting level is 15. [optional] [default to null]
attachments List /// <summary> Specifies an attachment GUID. Multiple values can be sent. </summary> [optional] [default to null]
parameters Map &quot;<b>parameter</b>&quot;: &quot;<b>value</b>&quot; pair with arbitrary custom parameters. Multiple parameters can be sent. [optional] [default to null]

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