Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.28 KB

File metadata and controls

21 lines (16 loc) · 1.28 KB

CreateTestPlanApiModel

Properties

Name Type Description Notes
name str Test plan name
project_id str Project unique identifier
attributes {str: (bool, date, datetime, dict, float, int, list, str, none_type)} Key value pair of test plan custom attributes
tags [TagApiModel], none_type Test plan tag names collection [optional]
start_date datetime, none_type Date and time of test plan start [optional]
end_date datetime, none_type Date and time of test plan end [optional]
description str, none_type Test plan description [optional]
build str, none_type Build of the application on which test plan is executed [optional]
product_name str, none_type Name of the testing product [optional]
has_automatic_duration_timer bool, none_type Boolean flag defines if test plan has automatic duration timer [optional]
test_suite TestSuiteTestPlanApiModel [optional]

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