Class TestCasesConfig (1.13.0)

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

The configuration for continuous tests.

Attributes

NameDescription
test_cases Sequence[str]
A list of test case names to run. They should be under the same agent. Format of each test case name: ``projects/
enable_continuous_run bool
Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, 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.

Inheritance

builtins.object > proto.message.Message > TestCasesConfig