Compose
There are two types of UI tests you can write with Compose.
- Kotlin Multiplatform UI test (Kotlin documentation)
 - Platform Specific JUnit-based tests (Android documentation)
 
Ultron supports both types of UI tests and make it`s development much easier.