Hi @Tom
Sorry for long time it took me to actually try solution you rcommended.
I could not get it to work, and from the context of this document it seems its more about @SpringBootTest, not the @SpringBootApplication
On the examples I see WebEnvironment.NONE being used, which I cannot do - still need Spring Boot Web (on post 8080) and Wiremock, on same port (8080).
Is this possible?
I'm starting to consider adding some programmatic solution for TCP port forwarding proxy, but not sure if it will work, until I try. But know already it would not be pretty.
Any help welcomed.
Thank you for all your time ;)