TestBalloonAddons
Global configuration properties for all TestBalloon Addons used to override properties of all addons in one place. Setting properties of individual addons takes precedence over the global properties set here
Properties
The default maximum length of display names of test elements created using:
The default maximum length of test element names created using:
Hard limit of the maximum path length of a test (i.e. all layers after the root suite's FQN down to the test case). This defaults to 122 on Android due to hardcoded limits somewhere deep into the Android device test pipeline. On all other platforms, no hard limit is enforced by default. The intent of this hard limit is to have Android device tests fail in a controlled manner, as test names exceeding an (utterly undocumented) limit will cause unintelligible failures inside UTP.