In latest Compose multiplatform release, what can ...
# compose
j
In latest Compose multiplatform release, what can I do vs not do with unit tests and automated tests? I presume androidTest is not working, or well only working for Android targets that is. But how do I do complex automated iOS tests? Like click on a push notification and validate it enter correct screen or such. Does regular unit testing with kotlinx test working as of example for all targets? Hard find any good documentaiton on this topic.