Class ContinuousTestResult (1.13.4)

ContinuousTestResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a result from running a test case in an agent environment.

Attributes

NameDescription
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 Sequence[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.

Inheritance

builtins.object > proto.message.Message > ContinuousTestResult

Classes

AggregatedTestResult

AggregatedTestResult(value)

The overall result for a continuous test run in an agent environment.