I have setup an embedded mongo via flapdoodle (de.flapdoodle.embed). Quite a lot of mongo operations hence i would like to run all of them as a suite and setup the mongo just once in testsuite. Now when i run the test cases via mvn install , it seems to run the test cases individually.
Is there a way to run test cases only from suite and not as a class.