Description
Randomizes pytest test order and controls random seeds. It helps expose hidden test dependencies and reproduce failures caused by order or randomness.
Randomization can make failures harder to understand unless the seed is recorded. Keep seed output in logs so failing runs can be repeated.