wdyt about ui testing in compose? any alternative...
# compose
m
wdyt about ui testing in compose? any alternative approach or references to learn beside from official docs? https://developer.android.com/jetpack/compose/testing espresso & robolectric might resulting a flaky test been looking this library: https://github.com/cashapp/paparazzi/issues/225 unfortunately compose not supported at the moment 🙏
1
n
accompanist makes heavy use of robolectric so i probably wouldn’t rule it out so fast https://twitter.com/chrisbanes/status/1421075842038472719
🙏 1
Interested to see others thoughts. Our current strategy is some high level smoke tests run on an emulator and then more targeted testing with roblectric. Will see how this pans out 🙂