Closed as not planned
Description
What is the problem this feature will solve?
This feature will improve user tests quality by allowing to run them in random order to ensure that tests are properly isolated from each other.
What is the feature you are proposing to solve the problem?
Allow to run tests in random order based on random seed. See jest randomize or vitest shuffle
Seed will allow to rerun test in the same order to reproduce failed case for specific order.