@QuarkusIntegrationTest without rebuilding an already available image, how to do that? #49908
Unanswered
francescodedomenico
asked this question in
Q&A
Replies: 2 comments
-
/cc @geoand (testing) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The only similar capability is https://quarkus.io/guides/getting-started-testing#executing-against-a-running-application, but that would not launch the container for you. You could probably get your scenario working with a combination of ^ and the Fabric8 Maven Plugin to launch the container before the integration test phase. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
I'd like to ask if it is possible to avoid building an image before testing it, my desired scenario is:
To my understanding I can test the docker artifact only by setting quarkus.container-image.build=true - which of course... builds the application once again.
Any clues? Thank you
Beta Was this translation helpful? Give feedback.
All reactions