Join Slack
Powered by
wdyt about ui testing in compose? any alternative...
# compose
m
miqbaldc
06/23/2021, 2:49 PM
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
Nathan Castlehow
08/06/2021, 3:30 AM
accompanist makes heavy use of robolectric so i probably wouldn’t rule it out so fast
https://twitter.com/chrisbanes/status/1421075842038472719
🙏 1
Nathan Castlehow
08/06/2021, 3:31 AM
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 🙂
2
Views
Open in Slack
Previous
Next