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
{{ message }}
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Might have been already touched upon the matter (please point me in the right direction if so), but I'm having troubles using this with Spring boot integration tests.
What I have observed is that when I'm adding @SpringBootTest annotation, the DockerExtension doesn't kick in no more - there is no traceable call to DockerExtension.beforeAll. Without it, it works, but then my tests config will fail...
I would love to be able to use this annotation - @Docker with my integration tests. Please help ?
Might have been already touched upon the matter (please point me in the right direction if so), but I'm having troubles using this with Spring boot integration tests.
Code excerpt:
What I have observed is that when I'm adding
@SpringBootTestannotation, the DockerExtension doesn't kick in no more - there is no traceable call toDockerExtension.beforeAll. Without it, it works, but then my tests config will fail...I would love to be able to use this annotation -
@Dockerwith my integration tests. Please help ?