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
Integration testing via containers, which is mostly useful for testing native applications compiled with Mandrel.
Description
When starting a Quarkus app as a container via QuarkusIntegrationTest, we'd need to configure the REST client with the microcks URL of our mocked APIs.
But there seeems to be no property exposed by Microcks DevService for that, the existing ones use localhost instead of the internal network alias.