I like to use `@SpringBootTest` with `RANDOM_PORT`...
# spring
v
I like to use
@SpringBootTest
with
RANDOM_PORT
for running integration tests, but currently it starts up a separate instance for each test class, and I would like to split up the test classes by topic while still retaining one instance of my app to test against