overallMaxTestPathLength
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). The intent of this hard limit is to have tests fail in a controlled manner, in case test names exceed some undocumented limitation of the underlying platform.
This defaults to -1 (i.e. no limit).