Welcome! Coincidentally, we've been talking about Testcontainers for Swift yesterday with my ex colleague. Which technology stack do you use?
a
Aya Akl
09/01/2023, 12:53 PM
Thank you 🙂
So we use all native, SwiftUI, Swift for UI tests through XCUITest
I call them Functional UI tests as they are different that E2E and they only test certain screen and all we care of is the UI functionality so w emock all BE using Wiremock
Aya Akl
09/01/2023, 12:54 PM
interesting part about Testcontainers, I didn’t know it can work with iOS or Swift
o
Oleg Nenashev
09/01/2023, 12:55 PM
There are some experiments but indeed no official versions