Class TestConfig (1.13.0)

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/
page str
The page to start the test case with. Format: ``projects/

Inheritance

builtins.object > proto.message.Message > TestConfig