testRandomizeOrderingSeed property
The seed used to generate randomness for test case shuffling.
If null or zero no shuffling will occur. The same seed will shuffle the tests in the same way every time.
Implementation
final int? testRandomizeOrderingSeed;