Randomize port for QuarkusDevModeTest #40816
Unanswered
stephan-strate
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Try: quarkus.http.test.port |
Beta Was this translation helpful? Give feedback.
9 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.
-
I want to test my extension using QuarkusDevModeTest. I randomized the port using the application.properties.
Problem now is, that I can not access the application using RestAssured, because the randomized port is not accessible for me.
Is there another way? Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions