ContinuousTestResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a result from running a test case in an agent environment.
Attributes |
|
---|---|
Name | Description |
name |
str
The resource name for the continuous test result. Format: projects/ .
|
result |
google.cloud.dialogflowcx_v3beta1.types.ContinuousTestResult.AggregatedTestResult
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not. |
test_case_results |
MutableSequence[str]
A list of individual test case results names in this continuous test run. |
run_time |
google.protobuf.timestamp_pb2.Timestamp
Time when the continuous testing run starts. |
Classes
AggregatedTestResult
AggregatedTestResult(value)
The overall result for a continuous test run in an agent environment.