You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.