Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.28 KB

TestRunShortGetModel.md

File metadata and controls

19 lines (16 loc) · 1.28 KB

TestRunShortGetModel

Properties

Name Type Description Notes
id UUID Unique ID of the test run [default to null]
name String Name of the test run [default to null]
state TestRunState [default to null]
createdDate Date Date when the test run was created [default to null]
startedDate Date Date when the test run was started [optional] [default to null]
completedDate Date Completion date of the test run [optional] [default to null]
createdById UUID Unique ID of user who created the test run [default to null]
modifiedById UUID Unique ID of user who modified the test run last time [optional] [default to null]
isDeleted Boolean Is the test run is deleted [default to null]
autoTestsCount Integer Number of AutoTests run in the test run [default to null]
statistics TestResultsStatisticsGetModel [default to null]

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