Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.34 KB

Result.md

File metadata and controls

23 lines (18 loc) · 1.34 KB

Result

Properties

Name Type Description Notes
id str Unique ID of the test result [optional]
test_id str Unique id [optional]
start_time str Timestamp of starttime. [optional]
duration float Duration of test in seconds. [optional]
result str Status of result. [optional]
component str, none_type A component [optional]
env str, none_type The environment which is being tested [optional]
run_id str, none_type The run this result is associated with [optional]
project_id str, none_type The project this run is associated with [optional]
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
params {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
source str Where the data came from (useful for filtering) [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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