E2E testing for iOS apps

Hi all, wondering if there is a sample project or blog post describing how to use Micro for UI testing in iOS or Android.

Hi! Which E2E test framework are you using?
We don’t have any example projects for the native mobile trackers unfortunately, but our React Native tracker has Detox tests using Micro.

1 Like

Hi @Miranda , I’m using XCUITest for my testing.

Hi @ewphoria,

For usage with XCUITest, you can get inspiration from the integration tests in the iOS tracker. They are not UI tests, but the principle of how you set them up and use Micro would be the same.

There are a few things to point out there: