To check that I don't have transient errors in my tests I want to run my tests in random order (or at least change the order by myself). Currently I'm using IntelliJ IDEa for developing but I can't find an option to change the order of the tests.
Is there a way to achieve this?
Please note that I don't want to set the tests to run in a determined order, I want to try different orders or a randomized order independently of the tests order in the code. Besides, I can't modify the tests code, so the solution should be in a higher level (that is why I put as a tag IntelliJ IDEa). If it can't be done in IntelliJ, I am willing to use an external tool just to run the tests in a random order.