Class TestCasesConfig (1.4.0)

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

The configuration for continuous tests. .. attribute:: test_cases

A list of test case names to run. They should be under the same agent. Format of each test case name: projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>

:type: Sequence[str]

Attributes

NameDescription
enable_continuous_run bool
Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to ture, run once a day.
enable_predeployment_run bool
Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.