Hello is wiremock compatible with native image tes...
# help
m
Hello is wiremock compatible with native image test?
t
Hi Matthieu, I’m not familiar with this, can you elaborate?
l
Hi, are you referring to the ability to test your app using the compiled native image (
nativeImageTest
) like you can do in Spring and Quarkus ? https://docs.spring.io/spring-boot/how-to/native-image/testing-native-applications.html I have never tried running tests that use WireMock with the native image test. Might be an issue with regards to how the native image pick up the port WireMock is running on - especially if the port is dynamic per test. I definitely would need to look into this more
m
Exactly, I am refering to that 🙂.
I guess it is isimply not supported for the moment.