I just tried out version 0.0.11 and I like it. What I would like to have is the ability to filter the test contexts to only show the ones that are linked to @SpringBootTest tests. A @WebMvcTest is usually a separate test context given you mock the service or use cases that the controller uses, but is that not really a problem most of the time. It is the integration tests where you need to limit the amount of test contexts that are used to keep the test suite lean and mean.
I just tried out version 0.0.11 and I like it. What I would like to have is the ability to filter the test contexts to only show the ones that are linked to
@SpringBootTesttests. A@WebMvcTestis usually a separate test context given you mock the service or use cases that the controller uses, but is that not really a problem most of the time. It is the integration tests where you need to limit the amount of test contexts that are used to keep the test suite lean and mean.