Class TestConfig (1.13.4)

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

Represents configurations for a test case.

Attributes

NameDescription
tracking_parameters Sequence[str]
Session parameters to be compared when calculating differences.
flow str
Flow name to start the test case with. Format: projects/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page str
The page to start the test case with. Format: projects/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.

Inheritance

builtins.object > proto.message.Message > TestConfig