We are using JUnit 4 and define our Selenium tests using annotations. I have a suite where I would like to run one of my tests a random number of times - between 3 and 5 times. I've tried the techniques described elsewhere on SO to define dynamically the tests to be run ( JUnit test with dynamic number of tests ) without luck.
Is this a limitation of Selenium?