The question here is a variant of Easy way of running the same junit test over and over?
The above mentioned link nicely answered how to run a test repetitively through IntelliJ.
However, I need a way to run the entire test suite multiple times, with @Before and @After for every run.
Any help is appreciated.