Hi all. I'm currently confronted with the challeng...
# general
d
Hi all. I'm currently confronted with the challenge to get wiremock working with an iOS app. More specific: the iOS App tested within (XCode Cloud)[https://developer.apple.com/xcode-cloud/], so it has no access to any external API nor can I spawn any container to create a wiremock server. Has anyone any hints to still use wiremock in such a setup?
l
I am not familiar with Xcode cloud. If you are not able to spawn any containers is there another way to install external dependencies?
d
Unfortunately no. In Java I would be able to start the wiremock server within the test case by creating an object of it. The principle would also work in Xcode cloud but I have not found a wiremock package for swift. So it’s a somewhat protected environment the code runs in. I cannot install extra tools but I was told that basically everything that’s doable in swift is possible.