Hi, I am starting with Jetpack Compose Development...
# compose
v
Hi, I am starting with Jetpack Compose Development. I am a little bit stuck with UI testing. I am using
createComposeRule
for testing individual components and everything works ok. For testing in activities I am using
createAndroidComposeRule
+
MockWebServer
and all tests are flaky(it looks like they runs in parallel). Any recommendations how to avoid flaky tests?